Struct bincode::config::NativeEndian
source · pub struct NativeEndian;
Expand description
The native byte ordering of the current system.
Trait Implementations§
source§impl Clone for NativeEndian
impl Clone for NativeEndian
source§fn clone(&self) -> NativeEndian
fn clone(&self) -> NativeEndian
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