Skip to main content

I64Bytes

Type Alias I64Bytes 

Source
pub type I64Bytes<E> = I64<E>;
๐Ÿ‘ŽDeprecated
Expand description

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

Aliased Typeยง

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