pub type f32be = BigEndian<f32>;
Shorthand for BigEndian<f32>
BigEndian<f32>
pub struct f32be(/* private fields */);