pub type U64<E> = U64Bytes<E>;
A u64 value with an externally specified endianness of type E.
u64
E
struct U64<E>(/* private fields */);