radium::types

Type Alias RadiumPtr

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

Best-effort atomic pointer type.

Aliased Typeยง

struct RadiumPtr<T> { /* private fields */ }