Type Alias simple_endian::u16le

source ·
pub type u16le = LittleEndian<u16>;
Expand description

Shorthand for LittleEndian<u16>

Aliased Type§

struct u16le(/* private fields */);