Type Alias RadiumU32

Source
pub type RadiumU32 = AtomicU32;
Expand description

Best-effort atomic u32 type.

Aliased Typeยง

#[repr(C, align(4))]
pub struct RadiumU32 { /* private fields */ }