Type Definition simple_endian::u16le[][src]

pub type u16le = LittleEndian<u16>;
Expand description

Shorthand for LittleEndian<u16>