Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 261 - 270 of 2,385 for host:doc.rust-lang.org (0.05 seconds)

  1. InvalidHandleError in std::os::windows::io - Rust

    This is the error type used by `HandleOrInvalid` when attempting to convert into a handle, to indicate that the value is `INVALID_HANDLE_VALUE`.
    doc.rust-lang.org/std/os/windows/io/struct.InvalidHandleError.html
    Thu May 28 17:42:14 GMT 2026
      37.5K bytes
  2. PrefixComponent in std::path - Rust

    A structure wrapping a Windows path prefix as well as its unparsed string representation.
    doc.rust-lang.org/std/path/struct.PrefixComponent.html
    Thu May 28 17:42:15 GMT 2026
      44.6K bytes
  3. SocketAddr in std::os::unix::net - Rust

    An address associated with a Unix socket.
    doc.rust-lang.org/std/os/unix/net/struct.SocketAddr.html
    Thu May 28 17:42:14 GMT 2026
      39.4K bytes
  4. Instant in std::time - Rust

    A measurement of a monotonically nondecreasing clock. Opaque and useful only with `Duration`.
    doc.rust-lang.org/std/time/struct.Instant.html
    Thu May 28 17:42:18 GMT 2026
      69.1K bytes
  5. Weak in std::rc - Rust

    `Weak` is a version of `Rc` that holds a non-owning reference to the managed allocation.
    doc.rust-lang.org/std/rc/struct.Weak.html
    Thu May 28 17:42:15 GMT 2026
      69.3K bytes
  6. Condvar in std::sync::nonpoison - Rust

    A Condition Variable
    doc.rust-lang.org/std/sync/nonpoison/struct.Condvar.html
    Thu May 28 17:42:17 GMT 2026
      53.2K bytes
  7. Mutex in std::sync::poison - Rust

    A mutual exclusion primitive useful for protecting shared data
    doc.rust-lang.org/std/sync/poison/struct.Mutex.html
    Thu May 28 17:42:17 GMT 2026
      70.9K bytes
      Similar Results (1)
  8. RawWakerVTable in std::task - Rust

    A virtual function pointer table (vtable) that specifies the behavior of a `RawWaker`.
    doc.rust-lang.org/std/task/struct.RawWakerVTable.html
    Thu May 28 17:42:17 GMT 2026
      38.7K bytes
  9. ContextBuilder in std::task - Rust

    A Builder used to construct a `Context` instance with support for `LocalWaker`.
    doc.rust-lang.org/std/task/struct.ContextBuilder.html
    Thu May 28 17:42:17 GMT 2026
      27.8K bytes
  10. PoisonError in std::sync::poison - Rust

    A type of error which can be returned whenever a lock is acquired.
    doc.rust-lang.org/std/sync/poison/struct.PoisonError.html
    Thu May 28 17:42:17 GMT 2026
      37.5K bytes
      Similar Results (1)
Back to Top