Type Alias simple_endian::u16be

source ·
pub type u16be = BigEndian<u16>;
Expand description

Shorthand for BigEndian<u16>

Aliased Type§

struct u16be(/* private fields */);