Type Alias radium::types::RadiumU16

source ·
pub type RadiumU16 = AtomicU16;
Expand description

Best-effort atomicity for u16.

This target has the required atomic support.

Aliased Type§

struct RadiumU16 { /* private fields */ }