Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 2,346 for host:doc.rust-lang.org (0.03 sec)

  1. park_timeout_ms in std::thread - Rust

    Uses `park_timeout`.
    doc.rust-lang.org/std/thread/fn.park_timeout_ms.html
    Registered: Mon Sep 15 02:37:59 UTC 2025
    - Last Modified: Thu Aug 07 10:48:06 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  2. 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: Mon Sep 15 02:40:46 UTC 2025
    - Last Modified: Thu Aug 07 10:47:56 UTC 2025
    - 4K bytes
    - Viewed (0)
  3. IntoRawFd in std::os::fd - Rust

    A trait to express the ability to consume an object and acquire ownership of its raw file descriptor.
    doc.rust-lang.org/std/os/fd/trait.IntoRawFd.html
    Registered: Mon Sep 15 02:41:39 UTC 2025
    - Last Modified: Thu Aug 07 10:48:02 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  4. FromRawFd in std::os::fd - Rust

    A trait to express the ability to construct an object from a raw file descriptor.
    doc.rust-lang.org/std/os/fd/trait.FromRawFd.html
    Registered: Mon Sep 15 02:41:29 UTC 2025
    - Last Modified: Thu Aug 07 10:48:02 UTC 2025
    - 15.2K bytes
    - Viewed (0)
  5. MappedRwLockReadGuard in std::sync - Rust

    RAII structure used to release the shared read access of a lock when dropped, which can point to a subfield of the protected data.
    doc.rust-lang.org/std/sync/struct.MappedRwLockReadGuard.html Similar Results (1)
    Registered: Mon Sep 15 02:43:11 UTC 2025
    - Last Modified: Thu Aug 07 10:48:06 UTC 2025
    - 34.2K bytes
    - Viewed (0)
  6. Weak in std::sync - Rust

    `Weak` is a version of `Arc` that holds a non-owning reference to the managed allocation.
    doc.rust-lang.org/std/sync/struct.Weak.html Similar Results (1)
    Registered: Mon Sep 15 02:43:59 UTC 2025
    - Last Modified: Thu Aug 07 10:48:06 UTC 2025
    - 71.4K bytes
    - Viewed (0)
  7. PeekMut in std::vec - Rust

    Structure wrapping a mutable reference to the last item in a `Vec`.
    doc.rust-lang.org/std/vec/struct.PeekMut.html
    Registered: Mon Sep 15 02:44:39 UTC 2025
    - Last Modified: Thu Aug 07 10:48:06 UTC 2025
    - 26.1K bytes
    - Viewed (0)
  8. TryReserveError in std::collections - Rust

    The error type for `try_reserve` methods.
    doc.rust-lang.org/std/collections/struct.TryReserveError.html
    Registered: Mon Sep 15 02:44:46 UTC 2025
    - Last Modified: Thu Aug 07 10:47:57 UTC 2025
    - 40.4K bytes
    - Viewed (0)
  9. UniqueArc in std::sync - Rust

    A uniquely owned `Arc`.
    doc.rust-lang.org/std/sync/struct.UniqueArc.html
    Registered: Mon Sep 15 02:43:46 UTC 2025
    - Last Modified: Thu Aug 07 10:48:06 UTC 2025
    - 74.6K bytes
    - Viewed (0)
  10. Barrier in std::sync - Rust

    A barrier enables multiple threads to synchronize the beginning of some computation.
    doc.rust-lang.org/std/sync/struct.Barrier.html
    Registered: Mon Sep 15 02:43:53 UTC 2025
    - Last Modified: Thu Aug 07 10:48:06 UTC 2025
    - 25.2K bytes
    - Viewed (0)
Back to top