pub enum ByteSwapping {
Native,
U16LittleEndian,
}Variants§
Trait Implementations§
Source§impl Clone for ByteSwapping
impl Clone for ByteSwapping
Source§fn clone(&self) -> ByteSwapping
fn clone(&self) -> ByteSwapping
Returns a duplicate 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 ByteSwapping
impl Debug for ByteSwapping
Source§impl Display for ByteSwapping
impl Display for ByteSwapping
Source§impl PartialEq for ByteSwapping
impl PartialEq for ByteSwapping
impl Eq for ByteSwapping
impl StructuralPartialEq for ByteSwapping
Auto Trait Implementations§
impl Freeze for ByteSwapping
impl RefUnwindSafe for ByteSwapping
impl Send for ByteSwapping
impl Sync for ByteSwapping
impl Unpin for ByteSwapping
impl UnwindSafe for ByteSwapping
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