Type Alias radium::types::RadiumIsize

source ·
pub type RadiumIsize = AtomicIsize;
Expand description

Best-effort atomicity for isize.

This target has the required atomic support.

Aliased Type§

struct RadiumIsize { /* private fields */ }