Type Alias zerocopy::byteorder::big_endian::I16

source ·
pub type I16 = I16<BigEndian>;
Expand description

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

Aliased Type§

struct I16([u8; 2], PhantomData<BigEndian>);

Fields§

§0: [u8; 2]§1: PhantomData<BigEndian>