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