Skip to main content

I16Bytes

Type Alias I16Bytes 

Source
pub type I16Bytes<E> = I16<E>;
๐Ÿ‘ŽDeprecated
Expand description

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

Aliased Typeยง

pub struct I16Bytes<E>(/* private fields */);