Type Alias simple_endian::f64le

source ·
pub type f64le = LittleEndian<f64>;
Expand description

Shorthand for LittleEndian<f64>

Aliased Type§

struct f64le(/* private fields */);