Type Alias simple_endian::u64be

source ·
pub type u64be = BigEndian<u64>;
Expand description

Shorthand for BigEndian<u64>

Aliased Type§

struct u64be(/* private fields */);