Type Alias zerocopy::byteorder::native_endian::U64

source ·
pub type U64 = U64<NativeEndian>;
Expand description

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

Aliased Type§

struct U64(/* private fields */);