zerocopy::byteorder::big_endian

Type Alias U64

Source
pub type U64 = U64<BigEndian>;
Expand description

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

Aliased Typeยง

struct U64(/* private fields */);