pub type U16 = U16<NativeEndian>;Expand description
A 16-bit unsigned integer stored in native-endian byte order.
Aliased Type§
#[repr(transparent)]pub struct U16([u8; 2], PhantomData<LittleEndian>);Tuple Fields§
§0: [u8; 2]§1: PhantomData<LittleEndian>