Type Definition object::endian::U32 [−][src]
pub type U32<E> = U32Bytes<E>;
Expand description
A u32
value with an externally specified endianness of type E
.
pub type U32<E> = U32Bytes<E>;
A u32
value with an externally specified endianness of type E
.