Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 2,342 for host:doc.rust-lang.org (0.03 sec)

  1. 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
    Registered: Wed Apr 16 01:13:41 UTC 2025
    - Last Modified: Thu Apr 03 09:31:33 UTC 2025
    - 50.5K bytes
    - Viewed (0)
  2. CStr in std::ffi - Rust

    Representation of a borrowed C string.
    doc.rust-lang.org/std/ffi/struct.CStr.html Similar Results (1)
    Registered: Wed Apr 16 01:13:45 UTC 2025
    - Last Modified: Thu Apr 03 09:31:38 UTC 2025
    - 99.4K bytes
    - Viewed (0)
  3. IntoStringError in std::ffi::c_str - Rust

    An error indicating invalid UTF-8 when converting a `CString` into a `String`.
    doc.rust-lang.org/std/ffi/c_str/struct.IntoStringError.html Similar Results (1)
    Registered: Wed Apr 16 01:11:38 UTC 2025
    - Last Modified: Thu Apr 03 09:31:34 UTC 2025
    - 38.7K bytes
    - Viewed (0)
  4. RawOccupiedEntryMut in std::collections::hash_m...

    A view into an occupied entry in a `HashMap`. It is part of the `RawEntryMut` enum.
    doc.rust-lang.org/std/collections/hash_map/struct.RawOccupiedEntryMut.html
    Registered: Wed Apr 16 01:12:56 UTC 2025
    - Last Modified: Thu Apr 03 09:31:32 UTC 2025
    - 32.9K bytes
    - Viewed (0)
  5. Ancestors in std::path - Rust

    An iterator over `Path` and its ancestors.
    doc.rust-lang.org/std/path/struct.Ancestors.html
    Registered: Wed Apr 16 01:25:12 UTC 2025
    - Last Modified: Thu Apr 03 09:31:44 UTC 2025
    - 159.1K bytes
    - Viewed (0)
  6. RangeToInclusive in std::ops - Rust

    A range only bounded inclusively above (`..=end`).
    doc.rust-lang.org/std/ops/struct.RangeToInclusive.html Similar Results (1)
    Registered: Wed Apr 16 01:26:46 UTC 2025
    - Last Modified: Thu Apr 03 09:31:42 UTC 2025
    - 77.7K bytes
    - Viewed (0)
  7. EncodeWide in std::os::windows::ffi - Rust

    Generates a wide character sequence for potentially ill-formed UTF-16.
    doc.rust-lang.org/std/os/windows/ffi/struct.EncodeWide.html
    Registered: Wed Apr 16 01:25:21 UTC 2025
    - Last Modified: Thu Apr 03 09:31:43 UTC 2025
    - 164.7K bytes
    - Viewed (0)
  8. HandleOrNull in std::os::windows::io - Rust

    FFI type for handles in return values or out parameters, where `NULL` is used as a sentry value to indicate errors, such as in the return value of `CreateThread`. This uses `repr(transparent)` and has the representation of a host handle, so that it can be used in such FFI declarations.
    doc.rust-lang.org/std/os/windows/io/struct.HandleOrNull.html
    Registered: Wed Apr 16 01:30:20 UTC 2025
    - Last Modified: Thu Apr 03 09:31:44 UTC 2025
    - 27.1K bytes
    - Viewed (0)
  9. Barrier in std::sync - Rust

    A barrier enables multiple threads to synchronize the beginning of some computation.
    doc.rust-lang.org/std/sync/struct.Barrier.html
    Registered: Wed Apr 16 01:30:51 UTC 2025
    - Last Modified: Thu Apr 03 09:31:48 UTC 2025
    - 25.2K bytes
    - Viewed (0)
  10. AtomicBool in std::sync::atomic - Rust

    A boolean type which can be safely shared between threads.
    doc.rust-lang.org/std/sync/atomic/struct.AtomicBool.html
    Registered: Wed Apr 16 01:30:57 UTC 2025
    - Last Modified: Thu Apr 03 09:31:47 UTC 2025
    - 100.9K bytes
    - Viewed (0)
Back to top