Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 231 - 240 of 2,312 for host:doc.rust-lang.org (0.1 seconds)

  1. 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 Mar 26 12:55:53 GMT 2026
      36.3K bytes
  2. Allocator in std::alloc - Rust

    An implementation of `Allocator` can allocate, grow, shrink, and deallocate arbitrary blocks of data described via `Layout`.
    doc.rust-lang.org/std/alloc/trait.Allocator.html
    Thu Mar 26 12:55:53 GMT 2026
      35K bytes
  3. from_u32_unchecked in std::char - Rust

    Converts a `u32` to a `char`, ignoring validity. Use `char::from_u32_unchecked` instead.
    doc.rust-lang.org/std/char/fn.from_u32_unchecked.html
    Thu Mar 26 12:55:53 GMT 2026
      3.7K bytes
  4. ParseIntError in std::num - Rust

    An error which can be returned when parsing an integer.
    doc.rust-lang.org/std/num/struct.ParseIntError.html
    Thu Mar 26 12:55:58 GMT 2026
      38K bytes
  5. NulError in std::ffi - Rust

    An error indicating that an interior nul byte was found.
    doc.rust-lang.org/std/ffi/struct.NulError.html
    Thu Mar 26 12:55:55 GMT 2026
      42K bytes
      Similar Results (1)
  6. 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 Mar 26 12:55:54 GMT 2026
      312.3K bytes
      Similar Results (1)
  7. IpAddr in std::net - Rust

    An IP address, either IPv4 or IPv6.
    doc.rust-lang.org/std/net/enum.IpAddr.html
    Thu Mar 26 12:55:58 GMT 2026
      118.2K bytes
  8. Range in std::ops - Rust

    A (half-open) range bounded inclusively below and exclusively above (`start..end`).
    doc.rust-lang.org/std/ops/struct.Range.html
    Thu Mar 26 12:55:58 GMT 2026
      263.9K bytes
      Similar Results (1)
  9. Mask in std::simd - Rust

    A SIMD vector mask for `N` elements of width specified by `Element`.
    doc.rust-lang.org/std/simd/struct.Mask.html
    Thu Mar 26 12:56:01 GMT 2026
      238.9K bytes
      Similar Results (1)
  10. Drain in std::vec - Rust

    A draining iterator for `Vec<T>`.
    doc.rust-lang.org/std/vec/struct.Drain.html
    Thu Mar 26 12:56:02 GMT 2026
      181.6K bytes
      Similar Results (1)
Back to Top