Type Alias U16

Source
pub type U16<E> = U16Bytes<E>;
Expand description

A u16 value with an externally specified endianness of type E.

Aliased Type§

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

Tuple Fields§

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