pub type NativeEndian = LittleEndian;
Expand description
The native endianity for the target platform.
Aliased Type§
struct NativeEndian;
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 Default for LittleEndian
impl Default for LittleEndian
Source§fn default() -> LittleEndian
fn default() -> LittleEndian
Returns the “default value” for a type. Read more