Type Alias atomic_int::AtomicU64

source ·
pub type AtomicU64 = AtomicU64;
Available on crate feature primitives only.
Expand description

An atomic u64.

This is either an alias to the type in core::sync::atomic, or, if not available, a spinlock-based fallback type.

Aliased Type§

struct AtomicU64 { /* private fields */ }