Type Alias I16

Source
pub type I16<E> = I16Bytes<E>;
Expand description

An i16 value with an externally specified endianness of type E.

Aliased Type§

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

Tuple Fields§

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