Skip to main content

f64_be

Type Alias f64_be 

Source
pub type f64_be = BigEndian<f64>;
Expand description

Alias for BigEndian<f64> .

Aliased Typeยง

pub struct f64_be { /* private fields */ }