- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1461 - 1470 of 2,346 for host:doc.rust-lang.org (0.04 sec)
-
DebugMap in std::fmt - Rust
A struct to help with `fmt::Debug` implementations.doc.rust-lang.org/std/fmt/struct.DebugMap.htmlRegistered: Mon Aug 11 02:16:56 UTC 2025 - Last Modified: Thu Aug 07 10:47:58 UTC 2025 - 42.6K bytes - Viewed (0) -
PhantomData in std::marker - Rust
Zero-sized type used to mark things that “act like” they own a `T`.doc.rust-lang.org/std/marker/struct.PhantomData.htmlRegistered: Mon Aug 11 02:18:57 UTC 2025 - Last Modified: Thu Aug 07 10:48:02 UTC 2025 - 52.7K bytes - Viewed (0) -
ManuallyDrop in std::mem - Rust
A wrapper to inhibit the compiler from automatically calling `T`’s destructor. This wrapper is 0-cost.doc.rust-lang.org/std/mem/struct.ManuallyDrop.htmlRegistered: Mon Aug 11 02:19:02 UTC 2025 - Last Modified: Thu Aug 07 10:48:02 UTC 2025 - 70.1K bytes - Viewed (0) -
atomic_cxchg in std::intrinsics - Rust
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.htmlRegistered: Mon Aug 11 02:41:12 UTC 2025 - Last Modified: Thu Aug 07 10:47:59 UTC 2025 - 4.6K bytes - Viewed (0) -
atomic_cxchgweak in std::intrinsics - Rust
Stores a value if the current value is the same as the `old` value. `T` must be an integer or pointer type. The comparison may spuriously fail.doc.rust-lang.org/std/intrinsics/fn.atomic_cxchgweak.htmlRegistered: Mon Aug 11 02:41:18 UTC 2025 - Last Modified: Thu Aug 07 10:47:59 UTC 2025 - 4.7K bytes - Viewed (0) -
fabsf32 in std::intrinsics - Rust
Returns the absolute value of an `f32`.doc.rust-lang.org/std/intrinsics/fn.fabsf32.htmlRegistered: Mon Aug 11 02:41:29 UTC 2025 - Last Modified: Thu Aug 07 10:47:59 UTC 2025 - 3.8K bytes - Viewed (0) -
discriminant_value in std::intrinsics - Rust
Returns the value of the discriminant for the variant in ‘v’; if `T` has no discriminant, returns `0`.doc.rust-lang.org/std/intrinsics/fn.discriminant_value.htmlRegistered: Mon Aug 11 02:41:35 UTC 2025 - Last Modified: Thu Aug 07 10:47:59 UTC 2025 - 4.5K bytes - Viewed (0) -
floorf16 in std::intrinsics - Rust
Returns the largest integer less than or equal to an `f16`.doc.rust-lang.org/std/intrinsics/fn.floorf16.htmlRegistered: Mon Aug 11 02:40:44 UTC 2025 - Last Modified: Thu Aug 07 10:47:59 UTC 2025 - 3.8K bytes - Viewed (0) -
float_to_int_unchecked in std::intrinsics - Rust
Converts with LLVM’s fptoui/fptosi, which may return undef for values out of range (https://github.com/rust-lang/rust/issues/10184)doc.rust-lang.org/std/intrinsics/fn.float_to_int_unchecked.htmlRegistered: Mon Aug 11 02:42:53 UTC 2025 - Last Modified: Thu Aug 07 10:47:59 UTC 2025 - 4.4K bytes - Viewed (0) -
ceilf64 in std::intrinsics - Rust
Returns the smallest integer greater than or equal to an `f64`.doc.rust-lang.org/std/intrinsics/fn.ceilf64.htmlRegistered: Mon Aug 11 02:41:53 UTC 2025 - Last Modified: Thu Aug 07 10:47:59 UTC 2025 - 3.8K bytes - Viewed (0)