Skip to main content

I64LE

Type Alias I64LE 

Source
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 */);

Trait Implementations§

Source§

impl FixedWireSize for I64

Source§

const WIRE_SIZE: usize = 8

The fixed size in bytes on the wire.