Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 841 - 850 of 2,385 for host:doc.rust-lang.org (0.08 seconds)

  1. atomic_singlethreadfence in std::intrinsics - Rust

    An atomic fence for synchronization within a single thread.
    doc.rust-lang.org/std/intrinsics/fn.atomic_singlethreadfence.html
    Thu May 28 17:42:11 GMT 2026
      3.9K bytes
  2. atomic_umax in std::intrinsics - Rust

    Maximum with the current value using an unsigned comparison. `T` must be an unsigned integer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_umax.html
    Thu May 28 17:42:11 GMT 2026
      4.3K bytes
  3. atomic_and in std::intrinsics - Rust

    Bitwise and 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_and.html
    Thu May 28 17:42:11 GMT 2026
      4.6K bytes
  4. aggregate_raw_ptr in std::intrinsics - Rust

    Lowers in MIR to `Rvalue::Aggregate` with `AggregateKind::RawPtr`.
    doc.rust-lang.org/std/intrinsics/fn.aggregate_raw_ptr.html
    Thu May 28 17:42:11 GMT 2026
      4K bytes
  5. add_with_overflow in std::intrinsics - Rust

    Performs checked integer addition.
    doc.rust-lang.org/std/intrinsics/fn.add_with_overflow.html
    Thu May 28 17:42:11 GMT 2026
      4.2K bytes
  6. cosf64 in std::intrinsics - Rust

    Returns the cosine of an `f64`.
    doc.rust-lang.org/std/intrinsics/fn.cosf64.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  7. atomic_load in std::intrinsics - Rust

    Loads the current value of the pointer. `T` must be an integer or pointer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_load.html
    Thu May 28 17:42:11 GMT 2026
      4.2K bytes
  8. caller_location in std::intrinsics - Rust

    Gets a reference to a static `Location` indicating where it was called.
    doc.rust-lang.org/std/intrinsics/fn.caller_location.html
    Thu May 28 17:42:11 GMT 2026
      4.1K bytes
  9. const_make_global in std::intrinsics - Rust

    Convert the allocation this pointer points to into immutable global memory. The pointer must point to the beginning of a heap allocation. This operation only makes sense during compile time. At runtime, it does nothing.
    doc.rust-lang.org/std/intrinsics/fn.const_make_global.html
    Thu May 28 17:42:11 GMT 2026
      4.1K bytes
  10. copysignf32 in std::intrinsics - Rust

    Copies the sign from `y` to `x` for `f32` values.
    doc.rust-lang.org/std/intrinsics/fn.copysignf32.html
    Thu May 28 17:42:11 GMT 2026
      3.8K bytes
Back to Top