pub type NativeEndian = LittleEndian;
Expand description
The endianness used by this platform.
This is a type alias for BigEndian
or LittleEndian
depending on the
endianness of the target platform.
Aliased Type§
enum NativeEndian {}
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