Type Alias radium::types::RadiumI32

source ·
pub type RadiumI32 = AtomicI32;
Expand description

Best-effort atomicity for i32.

This target has the required atomic support.

Aliased Type§

struct RadiumI32 { /* private fields */ }