Type Definition object::endian::I32 [−][src]
pub type I32<E> = I32Bytes<E>;Expand description
An i32 value with an externally specified endianness of type E.
pub type I32<E> = I32Bytes<E>;An i32 value with an externally specified endianness of type E.