zerocopy::byteorder::native_endian

Type Alias U16

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

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

Aliased Typeยง

struct U16(/* private fields */);