object::endian

Type Alias U16

source
pub type U16<E> = U16Bytes<E>;
Expand description

A u16 value with an externally specified endianness of type E.

Aliased Typeยง

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