pub type RelaxedAtomicBool = RelaxedAtomic<AtomicBool>;Expand description
Alias for RelaxedAtomic<AtomicBool>.
Aliased Typeยง
pub struct RelaxedAtomicBool(/* private fields */);pub type RelaxedAtomicBool = RelaxedAtomic<AtomicBool>;Alias for RelaxedAtomic<AtomicBool>.
pub struct RelaxedAtomicBool(/* private fields */);