pub struct RelaxedU32(/* private fields */);Expand description
A Wrapper around a atomic value, that always uses Ordering::Relaxed for access.
Implementations§
Source§impl RelaxedU32
impl RelaxedU32
Trait Implementations§
Source§impl Debug for RelaxedU32
impl Debug for RelaxedU32
Source§impl Default for RelaxedU32
impl Default for RelaxedU32
Source§fn default() -> RelaxedU32
fn default() -> RelaxedU32
Returns the “default value” for a type. Read more