f32le

Type Alias f32le 

Source
pub type f32le = LittleEndian<f32>;
Expand description

Shorthand for LittleEndian<f32>

Aliased Typeยง

pub struct f32le(/* private fields */);