Type Alias RadiumI64

Source
pub type RadiumI64 = AtomicI64;
Expand description

Best-effort atomic i64 type.

Aliased Typeยง

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