Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 241 - 250 of 1,839 for host:doc.rust-lang.org (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. CString in std::ffi - Rust

    A type representing an owned, C-compatible, nul-terminated string with no nul bytes in the middle.
    doc.rust-lang.org/std/ffi/struct.CString.html
    Thu Jan 22 13:44:21 GMT 2026
      146.9K bytes
      Similar Results (1)
  2. Request in std::error - Rust

    `Request` supports generic, type-driven access to data. Its use is currently restricted to the standard library in cases where trait authors wish to allow trait implementors to share generic information across trait boundaries. The motivating and prototypical use case is `core::error::Error` which would otherwise require a method per concrete type (eg. `std::backtrace::Backtrace` instance that implementors want to expose to users).
    doc.rust-lang.org/std/error/struct.Request.html
    Thu Jan 22 13:44:20 GMT 2026
      50.3K bytes
  3. IterMut in std::collections::hash_map - Rust

    A mutable iterator over the entries of a `HashMap`.
    doc.rust-lang.org/std/collections/hash_map/struct.IterMut.html
    Thu Jan 22 13:44:20 GMT 2026
      160.1K bytes
      Similar Results (3)
  4. DefaultHasher in std::collections::hash_map - Rust

    The default `Hasher` used by `RandomState`.
    doc.rust-lang.org/std/collections/hash_map/struct.DefaultHasher.html
    Thu Jan 22 13:44:20 GMT 2026
      39.4K bytes
  5. RMatches in std::str - Rust

    Created with the method `rmatches`.
    doc.rust-lang.org/std/str/struct.RMatches.html
    Thu Jan 22 13:44:28 GMT 2026
      178.7K bytes
      Similar Results (1)
  6. CommandEnvs in std::process - Rust

    An iterator over the command environment variables.
    doc.rust-lang.org/std/process/struct.CommandEnvs.html
    Thu Jan 22 13:44:26 GMT 2026
      153.3K bytes
      Similar Results (3)
  7. Alignment in std::ptr - Rust

    A type storing a `usize` which is a power of two, and thus represents a possible alignment in the Rust abstract machine.
    doc.rust-lang.org/std/ptr/struct.Alignment.html
    Thu Jan 22 13:44:26 GMT 2026
      60.3K bytes
  8. DynMetadata in std::ptr - Rust

    The metadata for a `Dyn = dyn SomeTrait` trait object type.
    doc.rust-lang.org/std/ptr/struct.DynMetadata.html
    Thu Jan 22 13:44:26 GMT 2026
      45K bytes
  9. u128 - Rust

    The 128-bit unsigned integer type.
    doc.rust-lang.org/std/primitive.u128.html
    Thu Jan 22 13:44:26 GMT 2026
      1.1M bytes
  10. try in std - Rust

    Unwraps a result or propagates its error.
    doc.rust-lang.org/std/macro.try.html
    Thu Jan 22 13:44:24 GMT 2026
      8.4K bytes
Back to Top