Type Alias I16

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

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

Aliased Type§

#[repr(transparent)]
pub struct I16([u8; 2], PhantomData<LittleEndian>);

Tuple Fields§

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