Type Alias zerocopy::byteorder::big_endian::U16
source · pub type U16 = U16<BigEndian>;
Expand description
A 16-bit unsigned integer stored in big-endian byte order.
Aliased Type§
struct U16([u8; 2], PhantomData<BigEndian>);
Fields§
§0: [u8; 2]
§1: PhantomData<BigEndian>