- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1971 - 1980 of 2,266 for host:doc.rust-lang.org (0.13 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: Wed Nov 05 03:25:32 UTC 2025 - Last Modified: Thu Oct 30 18:22:27 UTC 2025 - 4K bytes - Viewed (0) -
slice_get_unchecked in std::intrinsics - Rust
Projects to the `index`-th element of `slice_ptr`, as the same kind of pointer as the slice was provided – so `&mut [T] → &mut T`, `&[T] → &T`, `*mut [T] → *mut T`, or `*const [T] → *const T` – without a bounds check.doc.rust-lang.org/std/intrinsics/fn.slice_get_unchecked.htmlRegistered: Wed Nov 05 03:23:22 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 5K bytes - Viewed (0) -
sqrtf32 in std::intrinsics - Rust
Returns the square root of an `f32`doc.rust-lang.org/std/intrinsics/fn.sqrtf32.htmlRegistered: Wed Nov 05 03:24:17 UTC 2025 - Last Modified: Thu Oct 30 18:22:26 UTC 2025 - 3.6K 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: Wed Nov 05 03:26:54 UTC 2025 - Last Modified: Thu Oct 30 18:22:27 UTC 2025 - 3.7K bytes - Viewed (0) -
va_arg in std::intrinsics - Rust
Loads an argument of type `T` from the `va_list` `ap` and increment the argument `ap` points to.doc.rust-lang.org/std/intrinsics/fn.va_arg.htmlRegistered: Wed Nov 05 03:26:13 UTC 2025 - Last Modified: Thu Oct 30 18:22:27 UTC 2025 - 3.8K 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: Wed Nov 05 03:26:29 UTC 2025 - Last Modified: Thu Oct 30 18:22:27 UTC 2025 - 4K bytes - Viewed (0) -
mask16x64 in std::simd - Rust
A SIMD mask with 64 elements for vectors with 16-bit element types.doc.rust-lang.org/std/simd/type.mask16x64.htmlRegistered: Wed Nov 05 03:54:59 UTC 2025 - Last Modified: Thu Oct 30 18:22:31 UTC 2025 - 4.3K bytes - Viewed (0) -
f32x2 in std::simd::prelude - Rust
A SIMD vector with two elements of type `f32`.doc.rust-lang.org/std/simd/prelude/type.f32x2.htmlRegistered: Wed Nov 05 03:54:14 UTC 2025 - Last Modified: Thu Oct 30 18:22:31 UTC 2025 - 4.3K bytes - Viewed (0) -
mask32x4 in std::simd - Rust
A SIMD mask with four elements for vectors with 32-bit element types.doc.rust-lang.org/std/simd/type.mask32x4.htmlRegistered: Wed Nov 05 03:54:24 UTC 2025 - Last Modified: Thu Oct 30 18:22:31 UTC 2025 - 4.3K bytes - Viewed (0) -
mask64x32 in std::simd - Rust
A SIMD mask with 32 elements for vectors with 64-bit element types.doc.rust-lang.org/std/simd/type.mask64x32.htmlRegistered: Wed Nov 05 03:55:32 UTC 2025 - Last Modified: Thu Oct 30 18:22:31 UTC 2025 - 4.3K bytes - Viewed (0)