Skip to main content

f32_be

Type Alias f32_be 

Source
pub type f32_be = BigEndian<f32>;
Expand description

Alias for BigEndian<f32> .

Aliased Typeยง

pub struct f32_be { /* private fields */ }