pub type U32LE = U32<LittleEndian>;Expand description
A 32-bit unsigned integer stored in little-endian byte order.
Aliased Type§
pub struct U32LE(/* private fields */);pub type U32LE = U32<LittleEndian>;A 32-bit unsigned integer stored in little-endian byte order.
pub struct U32LE(/* private fields */);