Skip to main content

f64_le

Type Alias f64_le 

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

Alias for LittleEndian<f64> .

Aliased Typeยง

pub struct f64_le { /* private fields */ }