Type Definition radium::types::RadiumPtr

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

Best-effort atomic pointer type.