Type Alias RadiumI32

Source
pub type RadiumI32 = AtomicI32;
Expand description

Best-effort atomic i32 type.

Aliased Typeยง

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