Type Alias radium::types::RadiumI64

source ·
pub type RadiumI64 = AtomicI64;
Expand description

Best-effort atomicity for i64.

This target has the required atomic support.

Aliased Type§

struct RadiumI64 { /* private fields */ }