Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 2081 - 2090 of 2,385 for host:doc.rust-lang.org (0.05 seconds)

  1. 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.html
    Thu May 28 17:42:11 GMT 2026
      4.6K bytes
  2. 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.html
    Thu May 28 17:42:10 GMT 2026
      7.7K bytes
  3. 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.html
    Thu May 28 17:42:11 GMT 2026
      4.2K bytes
  4. atomic_fence in std::intrinsics - Rust

    An atomic fence.
    doc.rust-lang.org/std/intrinsics/fn.atomic_fence.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  5. poll_fn in std::future - Rust

    Creates a future that wraps a function returning `Poll`.
    doc.rust-lang.org/std/future/fn.poll_fn.html
    Thu May 28 17:42:10 GMT 2026
      13.5K bytes
  6. ceilf128 in std::intrinsics - Rust

    Returns the smallest integer greater than or equal to an `f128`.
    doc.rust-lang.org/std/intrinsics/fn.ceilf128.html
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
  7. 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.html
    Thu May 28 17:42:11 GMT 2026
      4.4K bytes
  8. 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.html
    Thu May 28 17:42:11 GMT 2026
      5K bytes
  9. 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.html
    Thu May 28 17:42:11 GMT 2026
      6.1K bytes
  10. 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.html
    Thu May 28 17:42:11 GMT 2026
      4.3K bytes
Back to Top