f64le

Type Alias f64le 

Source
pub type f64le = LittleEndian<f64>;
Expand description

Shorthand for LittleEndian<f64>

Aliased Typeยง

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