Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 251 - 260 of 2,278 for host:doc.rust-lang.org (0.08 seconds)

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

    Extracts raw sockets.
    doc.rust-lang.org/std/os/windows/io/trait.AsRawSocket.html
    Thu Jan 22 13:44:25 GMT 2026
      8.4K bytes
  2. FileExt in std::os::wasi::fs - Rust

    WASI-specific extensions to `File`.
    doc.rust-lang.org/std/os/wasi/fs/trait.FileExt.html
    Thu Jan 22 13:44:25 GMT 2026
      33.8K bytes
  3. Sub in std::ops - Rust

    The subtraction operator `-`.
    doc.rust-lang.org/std/ops/trait.Sub.html
    Thu Jan 22 13:44:25 GMT 2026
      281.2K bytes
  4. place in std::intrinsics::mir - Rust

    Helper macro that allows you to treat a value expression like a place expression.
    doc.rust-lang.org/std/intrinsics/mir/macro.place.html
    Thu Jan 22 13:44:23 GMT 2026
      3.7K bytes
  5. OneSidedRange in std::range - Rust

    `OneSidedRange` is implemented for built-in range types that are unbounded on one side. For example, `a..`, `..b` and `..=c` implement `OneSidedRange`, but `..`, `d..e`, and `f..=g` do not.
    doc.rust-lang.org/std/range/trait.OneSidedRange.html
    Thu Jan 22 13:44:26 GMT 2026
      8.7K bytes
      Similar Results (1)
  6. simd_swizzle in std::simd - Rust

    Constructs a new SIMD vector by copying elements from selected elements in other vectors.
    doc.rust-lang.org/std/simd/macro.simd_swizzle.html
    Thu Jan 22 13:44:26 GMT 2026
      8.2K bytes
  7. ExtractIf in std::collections::hash_set - Rust

    A draining, filtering iterator over the items of a `HashSet`.
    doc.rust-lang.org/std/collections/hash_set/struct.ExtractIf.html
    Thu Jan 22 13:44:20 GMT 2026
      157.3K bytes
      Similar Results (3)
  8. CursorMut in std::collections::linked_list - Rust

    A cursor over a `LinkedList` with editing operations.
    doc.rust-lang.org/std/collections/linked_list/struct.CursorMut.html
    Thu Jan 22 13:44:20 GMT 2026
      51.2K bytes
  9. LazyCell in std::cell - Rust

    A value which is initialized on the first access.
    doc.rust-lang.org/std/cell/struct.LazyCell.html
    Thu Jan 22 13:44:20 GMT 2026
      44.4K bytes
  10. LazyLock in std::sync - Rust

    A value which is initialized on the first access.
    doc.rust-lang.org/std/sync/struct.LazyLock.html
    Thu Jan 22 13:44:28 GMT 2026
      48.6K bytes
Back to Top