pub type usize_le = LittleEndian<usize>;
Aliased Type§
struct usize_le(/* private fields */);
Implementations
Trait Implementations
source§impl<T> BitAnd for LittleEndian<T>where
T: BitAnd,
impl<T> BitAnd for LittleEndian<T>where
T: BitAnd,
source§impl<T> BitOr for LittleEndian<T>where
T: BitOr,
impl<T> BitOr for LittleEndian<T>where
T: BitOr,
source§impl<T> BitXor for LittleEndian<T>where
T: BitXor,
impl<T> BitXor for LittleEndian<T>where
T: BitXor,
source§impl<T: Clone> Clone for LittleEndian<T>
impl<T: Clone> Clone for LittleEndian<T>
source§fn clone(&self) -> LittleEndian<T>
fn clone(&self) -> LittleEndian<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<T: Debug> Debug for LittleEndian<T>
impl<T: Debug> Debug for LittleEndian<T>
source§impl<T: Hash> Hash for LittleEndian<T>
impl<T: Hash> Hash for LittleEndian<T>
source§impl<T: Ord> Ord for LittleEndian<T>
impl<T: Ord> Ord for LittleEndian<T>
source§fn cmp(&self, other: &LittleEndian<T>) -> Ordering
fn cmp(&self, other: &LittleEndian<T>) -> Ordering
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