pub type i32_be = I32<BE>;
View of a big-endian i32 value.
i32
pub struct i32_be(/* private fields */);