pub type AtomicU64_ne = NativeEndian<AtomicU64>;
Alias for NativeEndian<AtomicU64> .
NativeEndian<AtomicU64>
struct AtomicU64_ne { pub value: AtomicU64, }
value: AtomicU64
The value of the type