Expand description
AtomicU64/AtomicU32 wrappers for equally sized types implementing Copy
Structsยง
- Subatomic32
- Wraps an 8-byte length T in an atomic, all operations are Ordering::SeqCst.
- Subatomic64
- Wraps an 8-byte length T in an atomic, all operations are Ordering::SeqCst.