- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 641 - 650 of 2,333 for host:doc.rust-lang.org (0.04 sec)
-
Instant in std::time - Rust
A measurement of a monotonically nondecreasing clock. Opaque and useful only with `Duration`.doc.rust-lang.org/std/time/struct.Instant.htmlRegistered: Wed Jun 04 02:09:01 UTC 2025 - Last Modified: Thu May 15 17:17:51 UTC 2025 - 68.5K bytes - Viewed (0) -
Mutex in std::sync::poison - Rust
A mutual exclusion primitive useful for protecting shared datadoc.rust-lang.org/std/sync/poison/struct.Mutex.html Similar Results (1)Registered: Wed Jun 04 02:07:28 UTC 2025 - Last Modified: Thu May 15 17:17:51 UTC 2025 - 64.9K bytes - Viewed (0) -
ContextBuilder in std::task - Rust
A Builder used to construct a `Context` instance with support for `LocalWaker`.doc.rust-lang.org/std/task/struct.ContextBuilder.htmlRegistered: Wed Jun 04 02:07:49 UTC 2025 - Last Modified: Thu May 15 17:17:51 UTC 2025 - 27.2K bytes - Viewed (0) -
RawWakerVTable in std::task - Rust
A virtual function pointer table (vtable) that specifies the behavior of a `RawWaker`.doc.rust-lang.org/std/task/struct.RawWakerVTable.htmlRegistered: Wed Jun 04 02:08:36 UTC 2025 - Last Modified: Thu May 15 17:17:51 UTC 2025 - 38.2K bytes - Viewed (0) -
join in std::future - Rust
Polls multiple futures simultaneously, returning a tuple of all results once complete.doc.rust-lang.org/std/future/macro.join.htmlRegistered: Wed Jun 04 02:16:32 UTC 2025 - Last Modified: Thu May 15 17:17:42 UTC 2025 - 6.4K bytes - Viewed (0) -
assert_unchecked in std::hint - Rust
Makes a soundness promise to the compiler that `cond` holds.doc.rust-lang.org/std/hint/fn.assert_unchecked.htmlRegistered: Wed Jun 04 02:24:44 UTC 2025 - Last Modified: Thu May 15 17:17:42 UTC 2025 - 8.2K bytes - Viewed (0) -
atomic_fence_seqcst in std::intrinsics - Rust
An atomic fence.doc.rust-lang.org/std/intrinsics/fn.atomic_fence_seqcst.htmlRegistered: Wed Jun 04 02:24:22 UTC 2025 - Last Modified: Thu May 15 17:17:42 UTC 2025 - 3.8K bytes - Viewed (0) -
atomic_and_acquire in std::intrinsics - Rust
Bitwise and with the current value, returning the previous value. `T` must be an integer or pointer type. If `T` is a pointer type, the provenance of `src` is ignored: both the return value and the new value stored at `*dst` will have the provenance of the old value stored there.doc.rust-lang.org/std/intrinsics/fn.atomic_and_acquire.html Similar Results (2)Registered: Wed Jun 04 02:24:32 UTC 2025 - Last Modified: Thu May 15 17:17:42 UTC 2025 - 4.8K bytes - Viewed (0) -
atomic_max_release in std::intrinsics - Rust
Maximum with the current value using a signed comparison. `T` must be a signed integer type.doc.rust-lang.org/std/intrinsics/fn.atomic_max_release.htmlRegistered: Wed Jun 04 02:23:58 UTC 2025 - Last Modified: Thu May 15 17:17:42 UTC 2025 - 4.4K bytes - Viewed (0) -
catch_unwind in std::intrinsics - Rust
Rust’s “try catch” construct for unwinding. Invokes the function pointer `try_fn` with the data pointer `data`, and calls `catch_fn` if unwinding occurs while `try_fn` runs. Returns `1` if unwinding occurred and `catch_fn` was called; returns `0` otherwise.doc.rust-lang.org/std/intrinsics/fn.catch_unwind.htmlRegistered: Wed Jun 04 02:25:55 UTC 2025 - Last Modified: Thu May 15 17:17:42 UTC 2025 - 5.5K bytes - Viewed (0)