Type Definition simple_endian::u64le[][src]

pub type u64le = LittleEndian<u64>;
Expand description

Shorthand for LittleEndian<u64>