Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 2071 - 2080 of 2,385 for host:doc.rust-lang.org (0.12 seconds)

  1. handle_alloc_error in std::alloc - Rust

    Signals a memory allocation error.
    doc.rust-lang.org/std/alloc/fn.handle_alloc_error.html
    Thu May 28 17:42:08 GMT 2026
      5.1K bytes
  2. alloc_error_handler in std::prelude::v1 - Rust

    Attribute macro applied to a function to register it as a handler for allocation failure.
    doc.rust-lang.org/std/prelude/v1/attr.alloc_error_handler.html
    Thu May 28 17:42:15 GMT 2026
      3.9K bytes
  3. dealloc in std::alloc - Rust

    Deallocates memory with the global allocator.
    doc.rust-lang.org/std/alloc/fn.dealloc.html
    Thu May 28 17:42:08 GMT 2026
      4.6K bytes
  4. identity in std::convert - Rust

    The identity function.
    doc.rust-lang.org/std/convert/fn.identity.html
    Thu May 28 17:42:09 GMT 2026
      7K bytes
  5. from_fn in std::fmt - Rust

    Creates a type whose `fmt::Debug` and `fmt::Display` impls are forwarded to the provided closure.
    doc.rust-lang.org/std/fmt/fn.from_fn.html
    Thu May 28 17:42:10 GMT 2026
      5.9K bytes
  6. unreachable_unchecked in std::hint - Rust

    Informs the compiler that the site which is calling this function is not reachable, possibly enabling further optimizations.
    doc.rust-lang.org/std/hint/fn.unreachable_unchecked.html
    Thu May 28 17:42:10 GMT 2026
      11.6K bytes
  7. black_box in std::hint - Rust

    An identity function that hints to the compiler to be maximally pessimistic about what `black_box` could do.
    doc.rust-lang.org/std/hint/fn.black_box.html
    Thu May 28 17:42:10 GMT 2026
      17.6K bytes
  8. atomic_max in std::intrinsics - Rust

    Maximum with the current value using a signed comparison. `T` must be a signed integer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_max.html
    Thu May 28 17:42:11 GMT 2026
      4.3K bytes
  9. ready in std::future - Rust

    Creates a future that is immediately ready with a value.
    doc.rust-lang.org/std/future/fn.ready.html
    Thu May 28 17:42:10 GMT 2026
      5.2K bytes
  10. must_use in std::hint - Rust

    An identity function that causes an `unused_must_use` warning to be triggered if the given value is not used (returned, stored in a variable, etc) by the caller.
    doc.rust-lang.org/std/hint/fn.must_use.html
    Thu May 28 17:42:10 GMT 2026
      11.1K bytes
Back to Top