Type Alias zerocopy::byteorder::network_endian::I16

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

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

Aliased Type§

struct I16(/* private fields */);