- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1991 - 2000 of 2,191 for host:doc.rust-lang.org (0.06 sec)
-
nearbyintf64 in std::intrinsics - Rust
Returns the nearest integer to an `f64`. Changing the rounding mode is not possible in Rust, so this rounds half-way cases to the number with an even least significant digit.doc.rust-lang.org/std/intrinsics/fn.nearbyintf64.htmlRegistered: Mon Nov 25 12:52:02 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4K bytes - Viewed (0) -
nontemporal_store in std::intrinsics - Rust
Emits a `nontemporal` store, which gives a hint to the CPU that the data should not be held in cache. Except for performance, this is fully equivalent to `ptr.write(val)`.doc.rust-lang.org/std/intrinsics/fn.nontemporal_store.htmlRegistered: Mon Nov 25 12:52:16 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 4.2K bytes - Viewed (0) -
forget_unsized in std::mem - Rust
Like `forget`, but also accepts unsized values.doc.rust-lang.org/std/mem/fn.forget_unsized.htmlRegistered: Mon Nov 25 13:42:39 UTC 2024 - Last Modified: Thu Oct 17 16:29:32 UTC 2024 - 3.9K bytes - Viewed (0) -
size_of_val_raw in std::mem - Rust
Returns the size of the pointed-to value in bytes.doc.rust-lang.org/std/mem/fn.size_of_val_raw.htmlRegistered: Mon Nov 25 13:41:54 UTC 2024 - Last Modified: Thu Oct 17 16:29:37 UTC 2024 - 7K bytes - Viewed (0) -
uninitialized in std::mem - Rust
Bypasses Rust’s normal memory-initialization checks by pretending to produce a value of type `T`, while doing nothing at all.doc.rust-lang.org/std/mem/fn.uninitialized.htmlRegistered: Mon Nov 25 13:42:01 UTC 2024 - Last Modified: Thu Oct 17 16:29:32 UTC 2024 - 5.2K bytes - Viewed (0) -
drop in std::mem - Rust
Disposes of a value.doc.rust-lang.org/std/mem/fn.drop.htmlRegistered: Mon Nov 25 13:42:21 UTC 2024 - Last Modified: Thu Oct 17 16:29:32 UTC 2024 - 7.5K bytes - Viewed (0) -
sink in std::io - Rust
Creates an instance of a writer which will successfully consume all data.doc.rust-lang.org/std/io/fn.sink.htmlRegistered: Mon Nov 25 13:44:19 UTC 2024 - Last Modified: Thu Oct 17 16:29:29 UTC 2024 - 5.6K bytes - Viewed (0) -
drop_in_place in std::ptr - Rust
Executes the destructor (if any) of the pointed-to value.doc.rust-lang.org/std/ptr/fn.drop_in_place.htmlRegistered: Mon Nov 25 13:46:21 UTC 2024 - Last Modified: Thu Oct 17 16:29:37 UTC 2024 - 8.9K bytes - Viewed (0) -
vtable_size in std::intrinsics - Rust
The intrinsic will return the size stored in that vtable.doc.rust-lang.org/std/intrinsics/fn.vtable_size.htmlRegistered: Mon Nov 25 13:45:52 UTC 2024 - Last Modified: Thu Oct 17 16:29:29 UTC 2024 - 3.9K bytes - Viewed (0) -
volatile_store in std::intrinsics - Rust
Performs a volatile store to the `dst` pointer.doc.rust-lang.org/std/intrinsics/fn.volatile_store.htmlRegistered: Mon Nov 25 13:47:45 UTC 2024 - Last Modified: Thu Oct 17 16:29:28 UTC 2024 - 3.9K bytes - Viewed (0)