- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1901 - 1910 of 2,333 for host:doc.rust-lang.org (0.06 sec)
-
write_via_move in std::intrinsics - Rust
This is an implementation detail of `crate::ptr::write` and should not be used anywhere else. See its comments for why this exists.doc.rust-lang.org/std/intrinsics/fn.write_via_move.htmlRegistered: Mon Jun 16 02:56:55 UTC 2025 - Last Modified: Thu May 15 17:17:43 UTC 2025 - 4.1K bytes - Viewed (0) -
simd_shr in std::intrinsics::simd - Rust
Shifts vector right elementwise, with UB on overflow.doc.rust-lang.org/std/intrinsics/simd/fn.simd_shr.htmlRegistered: Mon Jun 16 02:57:13 UTC 2025 - Last Modified: Thu May 15 17:17:44 UTC 2025 - 4.2K bytes - Viewed (0) -
variant_count in std::intrinsics - Rust
Returns the number of variants of the type `T` cast to a `usize`; if `T` has no variants, returns `0`. Uninhabited variants will be counted.doc.rust-lang.org/std/intrinsics/fn.variant_count.htmlRegistered: Mon Jun 16 02:57:23 UTC 2025 - Last Modified: Thu May 15 17:17:43 UTC 2025 - 4.2K bytes - Viewed (0) -
sinf32 in std::intrinsics - Rust
Returns the sine of an `f32`.doc.rust-lang.org/std/intrinsics/fn.sinf32.htmlRegistered: Mon Jun 16 02:57:36 UTC 2025 - Last Modified: Thu May 15 17:17:43 UTC 2025 - 3.7K bytes - Viewed (0) -
simd_xor in std::intrinsics::simd - Rust
“Exclusive ors” vectors elementwise.doc.rust-lang.org/std/intrinsics/simd/fn.simd_xor.htmlRegistered: Mon Jun 16 02:57:46 UTC 2025 - Last Modified: Thu May 15 17:17:44 UTC 2025 - 3.7K bytes - Viewed (0) -
wrapping_add in std::intrinsics - Rust
Returns (a + b) mod 2N, where N is the width of T in bits.doc.rust-lang.org/std/intrinsics/fn.wrapping_add.htmlRegistered: Mon Jun 16 02:55:34 UTC 2025 - Last Modified: Thu May 15 17:17:43 UTC 2025 - 4.2K bytes - Viewed (0) -
typed_swap_nonoverlapping in std::intrinsics - ...
Non-overlapping typed swap of a single value.doc.rust-lang.org/std/intrinsics/fn.typed_swap_nonoverlapping.htmlRegistered: Mon Jun 16 02:54:46 UTC 2025 - Last Modified: Thu May 15 17:17:43 UTC 2025 - 4.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 Jun 16 02:54:56 UTC 2025 - Last Modified: Thu May 15 17:17:43 UTC 2025 - 3.8K bytes - Viewed (0) -
vtable_align in std::intrinsics - Rust
The intrinsic will return the alignment stored in that vtable.doc.rust-lang.org/std/intrinsics/fn.vtable_align.htmlRegistered: Mon Jun 16 02:56:17 UTC 2025 - Last Modified: Thu May 15 17:17:43 UTC 2025 - 4.1K bytes - Viewed (0) -
wrapping_sub in std::intrinsics - Rust
Returns (a - b) mod 2N, where N is the width of T in bits.doc.rust-lang.org/std/intrinsics/fn.wrapping_sub.htmlRegistered: Mon Jun 16 02:56:20 UTC 2025 - Last Modified: Thu May 15 17:17:43 UTC 2025 - 4.2K bytes - Viewed (0)