pub type I64LE = I64<LittleEndian>;Expand description
A 64-bit signed integer stored in little-endian byte order.
Aliased Type§
pub struct I64LE(/* private fields */);pub type I64LE = I64<LittleEndian>;A 64-bit signed integer stored in little-endian byte order.
pub struct I64LE(/* private fields */);