Type Alias radium::types::RadiumU64

source ·
pub type RadiumU64 = AtomicU64;
Expand description

Best-effort atomicity for u64.

This target has the required atomic support.

Aliased Type§

struct RadiumU64 { /* private fields */ }