Type Alias RadiumU8

Source
pub type RadiumU8 = AtomicU8;
Expand description

Best-effort atomic u8 type.

Aliased Typeยง

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