Skip to main content

RelaxedAtomicUsize

Type Alias RelaxedAtomicUsize 

Source
pub type RelaxedAtomicUsize = RelaxedAtomic<AtomicUsize>;
Expand description

Alias for RelaxedAtomic<AtomicUsize>.

Aliased Typeยง

pub struct RelaxedAtomicUsize(/* private fields */);