Type Alias U64

Source
pub type U64<E> = U64Bytes<E>;
Expand description

A u64 value with an externally specified endianness of type E.

Aliased Type§

#[repr(transparent)]
pub struct U64<E>([u8; 8], PhantomData<E>);

Tuple Fields§

§0: [u8; 8]§1: PhantomData<E>