Type Alias RadiumUsize

Source
pub type RadiumUsize = AtomicUsize;
Expand description

Best-effort atomic usize type.

Aliased Typeยง

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