object::endian

Type Alias 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 */);