Type Alias zerocopy::byteorder::network_endian::U64
source · pub type U64 = U64<NetworkEndian>;
Expand description
A 64-bit unsigned integer stored in network-endian byte order.
Aliased Type§
struct U64(/* private fields */);