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