pub type U64<E> = U64Bytes<E>;
Expand description
A u64
value with an externally specified endianness of type E
.
Aliased Type§
struct U64<E>(/* private fields */);
Implementations
Trait Implementations
source§impl<E: Ord + Endian> Ord for U64Bytes<E>
impl<E: Ord + Endian> Ord for U64Bytes<E>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<E: PartialEq + Endian> PartialEq for U64Bytes<E>
impl<E: PartialEq + Endian> PartialEq for U64Bytes<E>
source§impl<E: PartialOrd + Endian> PartialOrd for U64Bytes<E>
impl<E: PartialOrd + Endian> PartialOrd for U64Bytes<E>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more