pub type u32_be = U32<BE>;
View of a big-endian u32 value.
u32
pub struct u32_be(/* private fields */);