Type Alias RadiumU64

Source
pub type RadiumU64 = AtomicU64;
Expand description

Best-effort atomic u64 type.

Aliased Typeยง

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