object::endian

Type Alias U64

Source
pub type U64<E> = U64Bytes<E>;
Expand description

A u64 value with an externally specified endianness of type E.

Aliased Typeยง

struct U64<E>(/* private fields */);