Type Alias radium::types::RadiumPtr

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

Best-effort atomic pointer type.

Aliased Type§

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