Type Definition simple_endian::f32le[][src]

pub type f32le = LittleEndian<f32>;
Expand description

Shorthand for LittleEndian<f32>