Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

  1. write in std::fmt - Rust

    Takes an output stream and an `Arguments` struct that can be precompiled with the `format_args!` macro.
    doc.rust-lang.org/std/fmt/fn.write.html
    Thu May 28 17:42:10 GMT 2026
      6.4K bytes
  2. eii in std::prelude::v1 - Rust

    Externally Implementable Item: Defines an attribute macro that can override the item this is applied to.
    doc.rust-lang.org/std/prelude/v1/attr.eii.html
    Thu May 28 17:42:15 GMT 2026
      3.7K bytes
  3. pending in std::future - Rust

    Creates a future which never resolves, representing a computation that never finishes.
    doc.rust-lang.org/std/future/fn.pending.html
    Thu May 28 17:42:10 GMT 2026
      5.1K bytes
  4. realloc in std::alloc - Rust

    Reallocates memory with the global allocator.
    doc.rust-lang.org/std/alloc/fn.realloc.html
    Thu May 28 17:42:08 GMT 2026
      4.8K bytes
  5. assert_mem_uninitialized_valid in std::intrinsi...

    A guard for `std::mem::uninitialized`. This will statically either panic, or do nothing. It does not guarantee to ever panic, and should only be called if an assertion failure will imply language UB in the following code.
    doc.rust-lang.org/std/intrinsics/fn.assert_mem_uninitialized_valid.html
    Thu May 28 17:42:11 GMT 2026
      4K bytes
  6. atomic_umin in std::intrinsics - Rust

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

    Reverses the bytes in an integer type `T`.
    doc.rust-lang.org/std/intrinsics/fn.bswap.html
    Thu May 28 17:42:11 GMT 2026
      4K bytes
  8. exp2f32 in std::intrinsics - Rust

    Returns 2 raised to the power of an `f32`.
    doc.rust-lang.org/std/intrinsics/fn.exp2f32.html
    Thu May 28 17:42:11 GMT 2026
      3.7K bytes
  9. contract_check_requires in std::intrinsics - Rust

    Check if the pre-condition `cond` has been met.
    doc.rust-lang.org/std/intrinsics/fn.contract_check_requires.html
    Thu May 28 17:42:11 GMT 2026
      4.1K bytes
  10. atomic_xadd in std::intrinsics - Rust

    Adds to 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_xadd.html
    Thu May 28 17:42:11 GMT 2026
      4.6K bytes
Back to Top