pub type LE = LittleEndian;
Expand description
A type alias for LittleEndian
.
Aliased Type§
enum LE {}
Variants§
Trait Implementations
Source§impl Clone for LittleEndian
impl Clone for LittleEndian
Source§fn clone(&self) -> LittleEndian
fn clone(&self) -> LittleEndian
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 Debug for LittleEndian
impl Debug for LittleEndian
Source§impl Display for LittleEndian
impl Display for LittleEndian
Source§impl Hash for LittleEndian
impl Hash for LittleEndian
Source§impl Ord for LittleEndian
impl Ord for LittleEndian
Source§fn cmp(&self, other: &LittleEndian) -> Ordering
fn cmp(&self, other: &LittleEndian) -> 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