Type Alias RadiumPtr

Source
pub type RadiumPtr<T> = AtomicPtr<T>;
Expand description

Best-effort atomic pointer type.

Aliased Typeยง

#[repr(C, align(8))]
pub struct RadiumPtr<T> { /* private fields */ }