- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1541 - 1550 of 2,346 for host:doc.rust-lang.org (0.03 sec)
-
assert_zero_valid in std::intrinsics - Rust
A guard for unsafe functions that cannot ever be executed if `T` does not permit zero-initialization: This will statically either panic, or do nothing.doc.rust-lang.org/std/intrinsics/fn.assert_zero_valid.htmlRegistered: Mon Aug 11 02:46:27 UTC 2025 - Last Modified: Thu Aug 07 10:47:59 UTC 2025 - 3.8K bytes - Viewed (0) -
ctpop in std::intrinsics - Rust
Returns the number of bits set in an integer type `T`doc.rust-lang.org/std/intrinsics/fn.ctpop.htmlRegistered: Mon Aug 11 02:47:11 UTC 2025 - Last Modified: Thu Aug 07 10:47:59 UTC 2025 - 4.2K bytes - Viewed (0) -
select_unpredictable in std::hint - Rust
Returns either `true_val` or `false_val` depending on the value of `condition`, with a hint to the compiler that `condition` is unlikely to be correctly predicted by a CPU’s branch predictor.doc.rust-lang.org/std/hint/fn.select_unpredictable.htmlRegistered: Mon Aug 11 02:46:51 UTC 2025 - Last Modified: Thu Aug 07 10:47:59 UTC 2025 - 7.1K bytes - Viewed (0) -
log10f16 in std::intrinsics - Rust
Returns the base 10 logarithm of an `f16`.doc.rust-lang.org/std/intrinsics/fn.log10f16.htmlRegistered: Mon Aug 11 02:49:29 UTC 2025 - Last Modified: Thu Aug 07 10:48:00 UTC 2025 - 3.8K bytes - Viewed (0) -
prefetch_write_instruction in std::intrinsics -...
The `prefetch` intrinsic is a hint to the code generator to insert a prefetch instruction if supported; otherwise, it is a no-op. Prefetches have no effect on the behavior of the program but can change its performance characteristics.doc.rust-lang.org/std/intrinsics/fn.prefetch_write_instruction.htmlRegistered: Mon Aug 11 02:49:40 UTC 2025 - Last Modified: Thu Aug 07 10:48:00 UTC 2025 - 4.3K bytes - Viewed (0) -
Drop in std::intrinsics::mir - Rust
Drop the contents of a place.doc.rust-lang.org/std/intrinsics/mir/fn.Drop.htmlRegistered: Mon Aug 11 02:49:50 UTC 2025 - Last Modified: Thu Aug 07 10:48:00 UTC 2025 - 4.6K bytes - Viewed (0) -
Call in std::intrinsics::mir - Rust
Call a function.doc.rust-lang.org/std/intrinsics/mir/fn.Call.htmlRegistered: Mon Aug 11 02:50:04 UTC 2025 - Last Modified: Thu Aug 07 10:48:00 UTC 2025 - 4.7K bytes - Viewed (0) -
Unreachable in std::intrinsics::mir - Rust
API documentation for the Rust `Unreachable` fn in crate `std`.doc.rust-lang.org/std/intrinsics/mir/fn.Unreachable.htmlRegistered: Mon Aug 11 02:50:55 UTC 2025 - Last Modified: Thu Aug 07 10:48:00 UTC 2025 - 3.6K bytes - Viewed (0) -
Variant in std::intrinsics::mir - Rust
Adds a variant projection with the given index to the place.doc.rust-lang.org/std/intrinsics/mir/fn.Variant.htmlRegistered: Mon Aug 11 02:50:29 UTC 2025 - Last Modified: Thu Aug 07 10:48:00 UTC 2025 - 3.8K bytes - Viewed (0) -
fence in std::sync::atomic - Rust
An atomic fence.doc.rust-lang.org/std/sync/atomic/fn.fence.htmlRegistered: Mon Aug 11 02:09:52 UTC 2025 - Last Modified: Thu Aug 07 10:48:06 UTC 2025 - 9.8K bytes - Viewed (0)