Type Alias zerocopy::byteorder::big_endian::I64

source ·
pub type I64 = I64<BigEndian>;
Expand description

A 64-bit signed integer stored in big-endian byte order.

Aliased Type§

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

Fields§

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