I16

Type Alias I16 

Source
pub type I16 = I16<BigEndian>;
Expand description

A 16-bit signed integer stored in big-endian byte order.

Aliased Typeยง

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