- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 221 - 230 of 2,333 for host:doc.rust-lang.org (0.03 sec)
-
atomic_min_acquire in std::intrinsics - Rust
Minimum with the current value using a signed comparison. `T` must be a signed integer type.doc.rust-lang.org/std/intrinsics/fn.atomic_min_acquire.htmlRegistered: Wed Jun 04 02:25:00 UTC 2025 - Last Modified: Thu May 15 17:17:42 UTC 2025 - 4.4K bytes - Viewed (0) -
atomic_cxchg_acquire_relaxed in std::intrinsics...
Stores a value if the current value is the same as the `old` value. `T` must be an integer or pointer type.doc.rust-lang.org/std/intrinsics/fn.atomic_cxchg_acquire_relaxed.htmlRegistered: Wed Jun 04 02:25:03 UTC 2025 - Last Modified: Thu May 15 17:17:43 UTC 2025 - 4.7K bytes - Viewed (0) -
transmute_unchecked in std::intrinsics - Rust
Like `transmute`, but even less checked at compile-time: rather than giving an error for `size_of::<Src>() != size_of::<Dst>()`, it’s Undefined Behavior at runtime.doc.rust-lang.org/std/intrinsics/fn.transmute_unchecked.htmlRegistered: Wed Jun 04 02:43:17 UTC 2025 - Last Modified: Thu May 15 17:17:43 UTC 2025 - 4.2K bytes - Viewed (0) -
unchecked_shr in std::intrinsics - Rust
Performs an unchecked right shift, resulting in undefined behavior when `y < 0` or `y >= N`, where N is the width of T in bits.doc.rust-lang.org/std/intrinsics/fn.unchecked_shr.htmlRegistered: Wed Jun 04 02:43:30 UTC 2025 - Last Modified: Thu May 15 17:17:43 UTC 2025 - 4.2K bytes - Viewed (0) -
simd_reduce_mul_unordered in std::intrinsics::s...
Multiplies elements within a vector in arbitrary order. May also be re-associated with unordered additions on the inputs/outputs.doc.rust-lang.org/std/intrinsics/simd/fn.simd_reduce_mul_unordered.htmlRegistered: Wed Jun 04 02:43:58 UTC 2025 - Last Modified: Thu May 15 17:17:44 UTC 2025 - 4K bytes - Viewed (0) -
simd_fsqrt in std::intrinsics::simd - Rust
Takes the square root of each element.doc.rust-lang.org/std/intrinsics/simd/fn.simd_fsqrt.htmlRegistered: Wed Jun 04 02:43:40 UTC 2025 - Last Modified: Thu May 15 17:17:44 UTC 2025 - 3.7K bytes - Viewed (0) -
test in std::prelude::v1 - Rust
Attribute macro applied to a function to turn it into a unit test.doc.rust-lang.org/std/prelude/v1/attr.test.htmlRegistered: Wed Jun 04 02:17:22 UTC 2025 - Last Modified: Thu May 15 17:17:48 UTC 2025 - 3.6K bytes - Viewed (0) -
pattern_type in std::pat - Rust
Creates a pattern type.doc.rust-lang.org/std/pat/macro.pattern_type.htmlRegistered: Wed Jun 04 02:15:12 UTC 2025 - Last Modified: Thu May 15 17:17:48 UTC 2025 - 4.1K bytes - Viewed (0) -
deref in std::prelude::v1 - Rust
Unstable placeholder for deref patterns.doc.rust-lang.org/std/prelude/v1/macro.deref.htmlRegistered: Wed Jun 04 02:15:19 UTC 2025 - Last Modified: Thu May 15 17:17:48 UTC 2025 - 3.7K bytes - Viewed (0) -
addr_of_mut in std::ptr - Rust
Creates a `mut` raw pointer to a place, without creating an intermediate reference.doc.rust-lang.org/std/ptr/macro.addr_of_mut.htmlRegistered: Wed Jun 04 02:15:22 UTC 2025 - Last Modified: Thu May 15 17:17:48 UTC 2025 - 10K bytes - Viewed (0)