- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1141 - 1150 of 2,333 for host:doc.rust-lang.org (0.03 sec)
-
from_mut in std::ptr - Rust
Converts a mutable reference to a raw pointer.doc.rust-lang.org/std/ptr/fn.from_mut.htmlRegistered: Wed Jun 04 02:49:18 UTC 2025 - Last Modified: Thu May 15 17:17:48 UTC 2025 - 7.3K bytes - Viewed (0) -
rename in std::os::wasi::fs - Rust
Renames a file or directory.doc.rust-lang.org/std/os/wasi/fs/fn.rename.htmlRegistered: Wed Jun 04 02:49:34 UTC 2025 - Last Modified: Thu May 15 17:17:47 UTC 2025 - 4.7K bytes - Viewed (0) -
SimdInt in std::simd::prelude - Rust
Operations on SIMD vectors of signed integers.doc.rust-lang.org/std/simd/prelude/trait.SimdInt.htmlRegistered: Wed Jun 04 02:15:02 UTC 2025 - Last Modified: Thu May 15 17:17:48 UTC 2025 - 64.6K bytes - Viewed (0) -
contract_checks in std::intrinsics - Rust
Returns whether we should perform contract-checking at runtime.doc.rust-lang.org/std/intrinsics/fn.contract_checks.htmlRegistered: Wed Jun 04 02:27:40 UTC 2025 - Last Modified: Thu May 15 17:17:42 UTC 2025 - 3.9K bytes - Viewed (0) -
copy_nonoverlapping in std::intrinsics - Rust
Copies `count * size_of::<T>()` bytes from `src` to `dst`. The source and destination must not overlap.doc.rust-lang.org/std/intrinsics/fn.copy_nonoverlapping.html Similar Results (1)Registered: Wed Jun 04 02:27:43 UTC 2025 - Last Modified: Thu May 15 17:17:44 UTC 2025 - 10.4K bytes - Viewed (0) -
atomic_xsub_seqcst in std::intrinsics - Rust
Subtract from the current value, returning the previous value. `T` must be an integer or pointer type. If `T` is a pointer type, the provenance of `src` is ignored: both the return value and the new value stored at `*dst` will have the provenance of the old value stored there.doc.rust-lang.org/std/intrinsics/fn.atomic_xsub_seqcst.htmlRegistered: Wed Jun 04 02:27:46 UTC 2025 - Last Modified: Thu May 15 17:17:42 UTC 2025 - 4.8K bytes - Viewed (0) -
atomic_xsub_acqrel in std::intrinsics - Rust
Subtract from the current value, returning the previous value. `T` must be an integer or pointer type. If `T` is a pointer type, the provenance of `src` is ignored: both the return value and the new value stored at `*dst` will have the provenance of the old value stored there.doc.rust-lang.org/std/intrinsics/fn.atomic_xsub_acqrel.htmlRegistered: Wed Jun 04 02:28:28 UTC 2025 - Last Modified: Thu May 15 17:17:42 UTC 2025 - 4.8K bytes - Viewed (0) -
atomic_store_unordered in std::intrinsics - Rust
Do NOT use this intrinsic; “unordered” operations do not exist in our memory model! In terms of the Rust Abstract Machine, this operation is equivalent to `dst.write(val)`, i.e., it performs a non-atomic write.doc.rust-lang.org/std/intrinsics/fn.atomic_store_unordered.htmlRegistered: Wed Jun 04 02:28:31 UTC 2025 - Last Modified: Thu May 15 17:17:42 UTC 2025 - 4.1K bytes - Viewed (0) -
copysignf128 in std::intrinsics - Rust
Copies the sign from `y` to `x` for `f128` values.doc.rust-lang.org/std/intrinsics/fn.copysignf128.htmlRegistered: Wed Jun 04 02:28:38 UTC 2025 - Last Modified: Thu May 15 17:17:44 UTC 2025 - 3.9K bytes - Viewed (0) -
cosf32 in std::intrinsics - Rust
Returns the cosine of an `f32`.doc.rust-lang.org/std/intrinsics/fn.cosf32.htmlRegistered: Wed Jun 04 02:27:56 UTC 2025 - Last Modified: Thu May 15 17:17:42 UTC 2025 - 3.7K bytes - Viewed (0)