Type Alias zerocopy::byteorder::network_endian::U16

source ·
pub type U16 = U16<NetworkEndian>;
Available on crate feature byteorder only.
Expand description

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

Aliased Type§

struct U16(/* private fields */);