i16le

Type Alias i16le 

Source
pub type i16le = LittleEndian<i16>;
Expand description

Shorthand for LittleEndian<i16>

Aliased Typeยง

pub struct i16le(/* private fields */);