Type Alias radium::types::RadiumU32

source ·
pub type RadiumU32 = AtomicU32;
Expand description

Best-effort atomicity for u32.

This target has the required atomic support.

Aliased Type§

struct RadiumU32 { /* private fields */ }