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