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