Type Alias simple_endian::i16le

source ·
pub type i16le = LittleEndian<i16>;
Expand description

Shorthand for LittleEndian<i16>

Aliased Type§

struct i16le(/* private fields */);