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