Enum bincode::config::legacy::EndianOption
source · enum EndianOption {
Big,
Little,
Native,
}
Variants§
Trait Implementations§
source§impl Clone for EndianOption
impl Clone for EndianOption
source§fn clone(&self) -> EndianOption
fn clone(&self) -> EndianOption
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 EndianOption
impl Debug for EndianOption
impl Copy for EndianOption
Auto Trait Implementations§
impl Freeze for EndianOption
impl RefUnwindSafe for EndianOption
impl Send for EndianOption
impl Sync for EndianOption
impl Unpin for EndianOption
impl UnwindSafe for EndianOption
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