Skip to main content

RelaxedAtomicUsize

Type Alias RelaxedAtomicUsize 

Source
pub type RelaxedAtomicUsize = RelaxedAtomic<AtomicUsize>;

Aliased Typeยง

pub struct RelaxedAtomicUsize { /* private fields */ }