Type Definition simple_endian::i32le[][src]

pub type i32le = LittleEndian<i32>;
Expand description

Shorthand for LittleEndian<i32>