Struct bincode::config::NativeEndian
source · pub struct NativeEndian;
Expand description
The native byte ordering of the current system.
Trait Implementations§
source§impl BincodeByteOrder for NativeEndian
impl BincodeByteOrder for NativeEndian
type Endian = LittleEndian
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 moreimpl Copy for NativeEndian
Auto Trait Implementations§
impl Freeze for NativeEndian
impl RefUnwindSafe for NativeEndian
impl Send for NativeEndian
impl Sync for NativeEndian
impl Unpin for NativeEndian
impl UnwindSafe for NativeEndian
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more