pub type U32 = U32<BigEndian>;
A 32-bit unsigned integer stored in big-endian byte order.
struct U32(/* private fields */);