Skip to main content

RelaxedAtomicIsize

Type Alias RelaxedAtomicIsize 

Source
pub type RelaxedAtomicIsize = RelaxedAtomic<AtomicIsize>;
Expand description

Alias for RelaxedAtomic<AtomicIsize>.

Aliased Typeยง

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