zerocopy::byteorder::big_endian

Type Alias U16

Source
pub type U16 = U16<BigEndian>;
Available on crate feature byteorder only.
Expand description

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

Aliased Typeยง

struct U16(/* private fields */);