Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 741 - 750 of 2,385 for host:doc.rust-lang.org (0.06 seconds)

  1. OnceWith in std::iter - Rust

    An iterator that yields a single element of type `A` by applying the provided closure `F: FnOnce() -> A`.
    doc.rust-lang.org/std/iter/struct.OnceWith.html
    Thu May 28 17:42:12 GMT 2026
      173.6K bytes
  2. BufRead in std::io - Rust

    A `BufRead` is a type of `Read`er which has an internal buffer, allowing it to perform extra ways of reading.
    doc.rust-lang.org/std/io/trait.BufRead.html
    Thu May 28 17:42:12 GMT 2026
      48K bytes
  3. RangeIter in std::range - Rust

    By-value `Range` iterator.
    doc.rust-lang.org/std/range/struct.RangeIter.html
    Thu May 28 17:42:15 GMT 2026
      190.1K bytes
      Similar Results (1)
  4. Split in std::io - Rust

    An iterator over the contents of an instance of `BufRead` split on a particular byte.
    doc.rust-lang.org/std/io/struct.Split.html
    Thu May 28 17:42:12 GMT 2026
      152.7K bytes
      Similar Results (1)
  5. AsSocket in std::os::windows::io - Rust

    A trait to borrow the socket from an underlying object.
    doc.rust-lang.org/std/os/windows/io/trait.AsSocket.html
    Thu May 28 17:42:14 GMT 2026
      13.5K bytes
  6. eq in std::ptr - Rust

    Compares raw pointers for equality.
    doc.rust-lang.org/std/ptr/fn.eq.html
    Thu May 28 17:42:15 GMT 2026
      7.3K bytes
  7. AsFd in std::os::fd - Rust

    A trait to borrow the file descriptor from an underlying object.
    doc.rust-lang.org/std/os/fd/trait.AsFd.html
    Thu May 28 17:42:14 GMT 2026
      24.1K bytes
  8. IoSliceMut in std::io - Rust

    A buffer type used with `Read::read_vectored`.
    doc.rust-lang.org/std/io/struct.IoSliceMut.html
    Thu May 28 17:42:12 GMT 2026
      524.9K bytes
  9. Pointer in std::fmt - Rust

    `p` formatting.
    doc.rust-lang.org/std/fmt/trait.Pointer.html
    Thu May 28 17:42:10 GMT 2026
      18.5K bytes
  10. CoerceUnsized in std::ops - Rust

    Trait that indicates that this is a pointer or a wrapper for one, where unsizing can be performed on the pointee.
    doc.rust-lang.org/std/ops/trait.CoerceUnsized.html
    Thu May 28 17:42:13 GMT 2026
      30.2K bytes
Back to Top