Skip to main content

U64LE

Type Alias U64LE 

Source
pub type U64LE = U64<LittleEndian>;
Expand description

A 64-bit unsigned integer stored in little-endian byte order.

Aliased Type§

pub struct U64LE(/* private fields */);

Trait Implementations§

Source§

impl FixedWireSize for U64

Source§

const WIRE_SIZE: usize = 8

The fixed size in bytes on the wire.