pub type usize_be = BigEndian<usize>;
Aliased Type§
struct usize_be(/* private fields */);
Implementations
Trait Implementations
source§impl From<LittleEndian<usize>> for BigEndian<usize>
impl From<LittleEndian<usize>> for BigEndian<usize>
source§fn from(data: LittleEndian<usize>) -> Self
fn from(data: LittleEndian<usize>) -> Self
Converts to this type from the input type.
source§impl<T: Ord> Ord for BigEndian<T>
impl<T: Ord> Ord for BigEndian<T>
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