i16be

Type Alias i16be 

Source
pub type i16be = BigEndian<i16>;
Expand description

Shorthand for BigEndian<i16>

Aliased Typeยง

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