Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 31 - 40 of 2,278 for host:doc.rust-lang.org (0.02 seconds)

  1. f64x16 in std::simd - Rust

    A SIMD vector with 16 elements of type `f64`.
    doc.rust-lang.org/std/simd/type.f64x16.html
    Thu Jan 22 13:44:27 GMT 2026
      4.1K bytes
  2. from_utf8_unchecked_mut in std::str - Rust

    Converts a slice of bytes to a string slice without checking that the string contains valid UTF-8; mutable version.
    doc.rust-lang.org/std/str/fn.from_utf8_unchecked_mut.html
    Thu Jan 22 13:44:28 GMT 2026
      5.3K bytes
  3. sleep_ms in std::thread - Rust

    Uses `sleep`.
    doc.rust-lang.org/std/thread/fn.sleep_ms.html
    Thu Jan 22 13:44:28 GMT 2026
      5K bytes
  4. metadata in std::ptr - Rust

    Extracts the metadata component of a pointer.
    doc.rust-lang.org/std/ptr/fn.metadata.html
    Thu Jan 22 13:44:26 GMT 2026
      4.8K bytes
  5. VecDeque in std::collections - Rust

    A double-ended queue implemented with a growable ring buffer.
    doc.rust-lang.org/std/collections/struct.VecDeque.html
    Thu Jan 22 13:44:20 GMT 2026
      305.8K bytes
      Similar Results (1)
  6. IntoIter in std::array - Rust

    A by-value array iterator.
    doc.rust-lang.org/std/array/struct.IntoIter.html
    Thu Jan 22 13:44:19 GMT 2026
      195.1K bytes
  7. CharTryFromError in std::char - Rust

    The error type returned when a conversion from `prim@u32` to `prim@char` fails.
    doc.rust-lang.org/std/char/struct.CharTryFromError.html
    Thu Jan 22 13:44:20 GMT 2026
      36.3K bytes
  8. align_of in std::mem - Rust

    Returns the ABI-required minimum alignment of a type in bytes.
    doc.rust-lang.org/std/mem/fn.align_of.html
    Thu Jan 22 13:44:24 GMT 2026
      4.3K bytes
  9. BorrowError in std::cell - Rust

    An error returned by `RefCell::try_borrow`.
    doc.rust-lang.org/std/cell/struct.BorrowError.html
    Thu Jan 22 13:44:20 GMT 2026
      25.7K bytes
  10. Incoming in std::net - Rust

    An iterator that infinitely `accept`s connections on a `TcpListener`.
    doc.rust-lang.org/std/net/struct.Incoming.html
    Thu Jan 22 13:44:24 GMT 2026
      151.9K bytes
      Similar Results (9)
Back to Top