- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1721 - 1730 of 2,346 for host:doc.rust-lang.org (0.03 sec)
-
atomic_xor_release in std::intrinsics - Rust
Bitwise xor 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_xor_release.htmlRegistered: Mon Aug 04 03:03:36 UTC 2025 - Last Modified: Thu Jun 26 17:59:41 UTC 2025 - 4.8K bytes - Viewed (0) -
atomic_cxchgweak_acqrel_seqcst in std::intrinsi...
Stores a value if the current value is the same as the `old` value. `T` must be an integer or pointer type.doc.rust-lang.org/std/intrinsics/fn.atomic_cxchgweak_acqrel_seqcst.htmlRegistered: Mon Aug 04 02:59:22 UTC 2025 - Last Modified: Thu Jun 26 17:59:41 UTC 2025 - 4.8K bytes - Viewed (0) -
atomic_cxchgweak_release_acquire in std::intrin...
Stores a value if the current value is the same as the `old` value. `T` must be an integer or pointer type.doc.rust-lang.org/std/intrinsics/fn.atomic_cxchgweak_release_acquire.htmlRegistered: Mon Aug 04 02:59:29 UTC 2025 - Last Modified: Thu Jun 26 17:59:41 UTC 2025 - 4.8K bytes - Viewed (0) -
UnsafeCell in std::cell - Rust
The core primitive for interior mutability in Rust.doc.rust-lang.org/std/cell/struct.UnsafeCell.htmlRegistered: Fri Aug 15 01:40:24 UTC 2025 - Last Modified: Thu Aug 07 10:47:56 UTC 2025 - 62.1K bytes - Viewed (0) -
RandomState in std::hash - Rust
`RandomState` is the default state for `HashMap` types.doc.rust-lang.org/std/hash/struct.RandomState.htmlRegistered: Fri Aug 15 01:40:56 UTC 2025 - Last Modified: Thu Aug 07 10:47:59 UTC 2025 - 31.9K bytes - Viewed (0) -
BuildHasher in std::hash - Rust
A trait for creating instances of `Hasher`.doc.rust-lang.org/std/hash/trait.BuildHasher.htmlRegistered: Fri Aug 15 01:41:03 UTC 2025 - Last Modified: Thu Aug 07 10:47:59 UTC 2025 - 16.5K bytes - Viewed (0) -
SyncUnsafeCell in std::cell - Rust
`UnsafeCell`, but `Sync`.doc.rust-lang.org/std/cell/struct.SyncUnsafeCell.htmlRegistered: Fri Aug 15 01:40:35 UTC 2025 - Last Modified: Thu Aug 07 10:47:56 UTC 2025 - 34.3K bytes - Viewed (0) -
ReentrantLockGuard in std::sync - Rust
An RAII implementation of a “scoped lock” of a re-entrant lock. When this structure is dropped (falls out of scope), the lock will be unlocked.doc.rust-lang.org/std/sync/struct.ReentrantLockGuard.htmlRegistered: Fri Aug 15 01:42:26 UTC 2025 - Last Modified: Thu Aug 07 10:48:06 UTC 2025 - 29.9K bytes - Viewed (0) -
std::sync::poison - Rust
Synchronization objects that employ poisoning.doc.rust-lang.org/std/sync/poison/index.htmlRegistered: Fri Aug 15 01:42:37 UTC 2025 - Last Modified: Thu Aug 07 10:48:06 UTC 2025 - 14.3K bytes - Viewed (0) -
MappedMutexGuard in std::sync - Rust
An RAII mutex guard returned by `MutexGuard::map`, which can point to a subfield of the protected data. When this structure is dropped (falls out of scope), the lock will be unlocked.doc.rust-lang.org/std/sync/struct.MappedMutexGuard.htmlRegistered: Fri Aug 15 01:42:40 UTC 2025 - Last Modified: Thu Aug 07 10:48:06 UTC 2025 - 35.3K bytes - Viewed (0)