Type Alias radium::types::RadiumPtr

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

Best-effort atomicity for *mut T.

This target has the required atomic support.

Aliased Type§

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