u16le

Type Alias u16le 

Source
pub type u16le = LittleEndian<u16>;
Expand description

Shorthand for LittleEndian<u16>

Aliased Typeยง

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