Type Alias object::endian::I16

source ·
pub type I16<E> = I16Bytes<E>;
Expand description

An i16 value with an externally specified endianness of type E.

Aliased Type§

struct I16<E>(/* private fields */);