Type Alias simple_endian::f32le

source ·
pub type f32le = LittleEndian<f32>;
Expand description

Shorthand for LittleEndian<f32>

Aliased Type§

struct f32le(/* private fields */);