Type Alias simple_endian::i16be

source ·
pub type i16be = BigEndian<i16>;
Expand description

Shorthand for BigEndian<i16>

Aliased Type§

struct i16be(/* private fields */);