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