Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 1,303 for host:doc.rust-lang.org (0.12 sec)

  1. box_new in std::boxed - Rust

    Constructs a `Box<T>` by calling the `exchange_malloc` lang item and moving the argument into the newly allocated memory. This is an intrinsic to avoid unnecessary copies.
    doc.rust-lang.org/std/boxed/fn.box_new.html
    Registered: Fri Dec 05 02:23:48 UTC 2025
    - Last Modified: Mon Nov 10 18:54:51 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  2. ONCE_INIT in std::sync::poison - Rust

    Initialization value for static `Once` values.
    doc.rust-lang.org/std/sync/poison/constant.ONCE_INIT.html
    Registered: Fri Dec 05 03:38:38 UTC 2025
    - Last Modified: Mon Nov 10 18:55:00 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  3. std::i16 - Rust

    Redundant constants module for the `i16` primitive type.
    doc.rust-lang.org/std/i16/index.html
    Registered: Fri Dec 26 00:59:46 UTC 2025
    - Last Modified: Thu Dec 11 14:50:37 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  4. std::u64 - Rust

    Redundant constants module for the `u64` primitive type.
    doc.rust-lang.org/std/u64/index.html
    Registered: Fri Dec 26 01:01:24 UTC 2025
    - Last Modified: Thu Dec 11 14:50:45 UTC 2025
    - 4.6K bytes
    - Viewed (0)
  5. std::future - Rust

    Asynchronous basic functionality.
    doc.rust-lang.org/std/future/index.html
    Registered: Fri Dec 26 01:00:01 UTC 2025
    - Last Modified: Thu Dec 11 14:50:37 UTC 2025
    - 6.4K bytes
    - Viewed (0)
  6. include in std - Rust

    Parses a file as an expression or an item according to the context.
    doc.rust-lang.org/std/macro.include.html
    Registered: Fri Dec 26 01:00:53 UTC 2025
    - Last Modified: Thu Dec 11 14:50:40 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  7. try in std - Rust

    Unwraps a result or propagates its error.
    doc.rust-lang.org/std/macro.try.html
    Registered: Fri Dec 26 01:02:44 UTC 2025
    - Last Modified: Thu Dec 11 14:50:40 UTC 2025
    - 8.4K bytes
    - Viewed (0)
  8. debug_assert in std - Rust

    Asserts that a boolean expression is `true` at runtime.
    doc.rust-lang.org/std/macro.debug_assert.html
    Registered: Fri Dec 26 01:02:53 UTC 2025
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 6.7K bytes
    - Viewed (0)
  9. trace_macros in std - Rust

    Enables or disables tracing functionality used for debugging other macros.
    doc.rust-lang.org/std/macro.trace_macros.html
    Registered: Fri Dec 26 01:08:21 UTC 2025
    - Last Modified: Thu Dec 11 14:50:40 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  10. log_syntax in std - Rust

    Prints passed tokens into the standard output.
    doc.rust-lang.org/std/macro.log_syntax.html
    Registered: Fri Dec 26 01:09:20 UTC 2025
    - Last Modified: Thu Dec 11 14:50:40 UTC 2025
    - 3.3K bytes
    - Viewed (0)
Back to top