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