pub type AtomicU32_be = BigEndian<AtomicU32>;
Alias for BigEndian<AtomicU32> .
BigEndian<AtomicU32>
struct AtomicU32_be { /* private fields */ }