pub type I64 = I64<LittleEndian>;Expand description
A 64-bit signed integer stored in little-endian byte order.
Aliased Type§
#[repr(transparent)]pub struct I64([u8; 8], PhantomData<LittleEndian>);Tuple Fields§
§0: [u8; 8]§1: PhantomData<LittleEndian>