- Sort Score
- Num 10 results
- Language All
- Labels All
Results 2081 - 2090 of 2,385 for host:doc.rust-lang.org (0.04 seconds)
-
atomic_or in std::intrinsics - Rust
Bitwise or with the current value, returning the previous value. `T` must be an integer or pointer type. `U` must be the same as `T` if that is an integer type, or `usize` if `T` is a pointer type.doc.rust-lang.org/std/intrinsics/fn.atomic_or.htmlThu May 28 17:42:11 GMT 2026 4.6K bytes -
cold_path in std::hint - Rust
Hints to the compiler that given path is cold, i.e., unlikely to be taken. The compiler may choose to optimize paths that are not cold at the expense of paths that are cold.doc.rust-lang.org/std/hint/fn.cold_path.htmlThu May 28 17:42:10 GMT 2026 7.7K bytes -
assume in std::intrinsics - Rust
Informs the optimizer that a condition is always true. If the condition is false, the behavior is undefined.doc.rust-lang.org/std/intrinsics/fn.assume.htmlThu May 28 17:42:11 GMT 2026 4.2K bytes -
atomic_fence in std::intrinsics - Rust
An atomic fence.doc.rust-lang.org/std/intrinsics/fn.atomic_fence.htmlThu May 28 17:42:11 GMT 2026 3.7K bytes -
poll_fn in std::future - Rust
Creates a future that wraps a function returning `Poll`.doc.rust-lang.org/std/future/fn.poll_fn.htmlThu May 28 17:42:10 GMT 2026 13.5K bytes -
ceilf128 in std::intrinsics - Rust
Returns the smallest integer greater than or equal to an `f128`.doc.rust-lang.org/std/intrinsics/fn.ceilf128.htmlThu May 28 17:42:11 GMT 2026 3.8K bytes -
contract_check_ensures in std::intrinsics - Rust
Check if the post-condition `cond` has been met.doc.rust-lang.org/std/intrinsics/fn.contract_check_ensures.htmlThu May 28 17:42:11 GMT 2026 4.4K bytes -
ctlz_nonzero in std::intrinsics - Rust
Like `ctlz`, but extra-unsafe as it returns `undef` when given an `x` with value `0`.doc.rust-lang.org/std/intrinsics/fn.ctlz_nonzero.htmlThu May 28 17:42:11 GMT 2026 5K bytes -
cttz in std::intrinsics - Rust
Returns the number of trailing unset bits (zeroes) in an integer type `T`.doc.rust-lang.org/std/intrinsics/fn.cttz.htmlThu May 28 17:42:11 GMT 2026 6.1K bytes -
atomic_min 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.htmlThu May 28 17:42:11 GMT 2026 4.3K bytes