Type Alias radium::types::RadiumUsize

source ·
pub type RadiumUsize = AtomicUsize;
Expand description

Best-effort atomicity for usize.

This target has the required atomic support.

Aliased Type§

struct RadiumUsize { /* private fields */ }