Type Alias endian_type::types::isize_le
source · pub type isize_le = LittleEndian<isize>;
Aliased Type§
struct isize_le(/* private fields */);
Implementations
Trait Implementations
source§impl<T: PartialOrd> PartialOrd for LittleEndian<T>
impl<T: PartialOrd> PartialOrd for LittleEndian<T>
source§fn partial_cmp(&self, other: &LittleEndian<T>) -> Option<Ordering>
fn partial_cmp(&self, other: &LittleEndian<T>) -> Option<Ordering>
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 moresource§impl<T> BitXor for LittleEndian<T>where
T: BitXor,
impl<T> BitXor for LittleEndian<T>where T: BitXor,
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
impl<T> StructuralPartialEq for LittleEndian<T>
impl<T> Endian<T> for LittleEndian<T>
source§impl<T: PartialEq> PartialEq for LittleEndian<T>
impl<T: PartialEq> PartialEq for LittleEndian<T>
source§fn eq(&self, other: &LittleEndian<T>) -> bool
fn eq(&self, other: &LittleEndian<T>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<T: Copy> Copy for LittleEndian<T>
source§impl<T: Hash> Hash for LittleEndian<T>
impl<T: Hash> Hash for LittleEndian<T>
source§impl<T: Debug> Debug for LittleEndian<T>
impl<T: Debug> Debug for LittleEndian<T>
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 more