Type Alias simple_endian::u64le

source ·
pub type u64le = LittleEndian<u64>;
Expand description

Shorthand for LittleEndian<u64>

Aliased Type§

struct u64le(/* private fields */);