Type Alias zerocopy::byteorder::native_endian::I64

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

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

Aliased Type§

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

Fields§

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