Type Alias object::endian::I64

source ·
pub type I64<E> = I64Bytes<E>;
Expand description

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

Aliased Type§

struct I64<E>([u8; 8], PhantomData<E>);

Fields§

§0: [u8; 8]§1: PhantomData<E>