std::sync::atomic::AtomicU32
Struct std::sync::atomic::AtomicU32
pub struct AtomicU32 { /* fields omitted */ }
???? This is a nightly-only experimental API. (integer_atomics #32976)
An integer type which can be safely shared between threads.
This type has the same in-memory representation as the underlying integer type.