Type Alias RadiumU16

Source
pub type RadiumU16 = AtomicU16;
Expand description

Best-effort atomic u16 type.

Aliased Typeยง

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