pub type U64 = U64<NativeEndian>;Expand description
A 64-bit unsigned integer stored in native-endian byte order.
Aliased Type§
#[repr(transparent)]pub struct U64([u8; 8], PhantomData<LittleEndian>);Tuple Fields§
§0: [u8; 8]§1: PhantomData<LittleEndian>