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