pub type u64_le = LittleEndian<u64>;
Alias for LittleEndian<u64> .
LittleEndian<u64>
struct u64_le { /* private fields */ }