- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 141 - 150 of 2,342 for host:doc.rust-lang.org (0.03 sec)
-
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.htmlRegistered: Wed Apr 16 01:13:41 UTC 2025 - Last Modified: Thu Apr 03 09:31:33 UTC 2025 - 50.5K bytes - Viewed (0) -
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) -
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) -
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.htmlRegistered: Wed Apr 16 01:12:56 UTC 2025 - Last Modified: Thu Apr 03 09:31:32 UTC 2025 - 32.9K bytes - Viewed (0) -
Ancestors in std::path - Rust
An iterator over `Path` and its ancestors.doc.rust-lang.org/std/path/struct.Ancestors.htmlRegistered: Wed Apr 16 01:25:12 UTC 2025 - Last Modified: Thu Apr 03 09:31:44 UTC 2025 - 159.1K bytes - Viewed (0) -
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) -
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.htmlRegistered: Wed Apr 16 01:25:21 UTC 2025 - Last Modified: Thu Apr 03 09:31:43 UTC 2025 - 164.7K bytes - Viewed (0) -
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.htmlRegistered: Wed Apr 16 01:30:20 UTC 2025 - Last Modified: Thu Apr 03 09:31:44 UTC 2025 - 27.1K bytes - Viewed (0) -
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.htmlRegistered: Wed Apr 16 01:30:51 UTC 2025 - Last Modified: Thu Apr 03 09:31:48 UTC 2025 - 25.2K bytes - Viewed (0) -
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.htmlRegistered: Wed Apr 16 01:30:57 UTC 2025 - Last Modified: Thu Apr 03 09:31:47 UTC 2025 - 100.9K bytes - Viewed (0)