Type Definition simple_endian::u32le[][src]

pub type u32le = LittleEndian<u32>;
Expand description

Shorthand for LittleEndian<u32>