Type Alias radium::types::RadiumU8

source ·
pub type RadiumU8 = AtomicU8;
Expand description

Best-effort atomicity for u8.

This target has the required atomic support.

Aliased Type§

struct RadiumU8 { /* private fields */ }