zerocopy::byteorder::little_endian

Type Alias I16

Source
pub type I16 = I16<LittleEndian>;
Expand description

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

Aliased Typeยง

struct I16(/* private fields */);