Enum inkwell::targets::ByteOrdering
source · pub enum ByteOrdering {
BigEndian,
LittleEndian,
}
Variants§
Trait Implementations§
source§impl Clone for ByteOrdering
impl Clone for ByteOrdering
source§fn clone(&self) -> ByteOrdering
fn clone(&self) -> ByteOrdering
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 ByteOrdering
impl Debug for ByteOrdering
source§impl PartialEq for ByteOrdering
impl PartialEq for ByteOrdering
source§fn eq(&self, other: &ByteOrdering) -> bool
fn eq(&self, other: &ByteOrdering) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ByteOrdering
impl Eq for ByteOrdering
impl StructuralPartialEq for ByteOrdering
Auto Trait Implementations§
impl RefUnwindSafe for ByteOrdering
impl Send for ByteOrdering
impl Sync for ByteOrdering
impl Unpin for ByteOrdering
impl UnwindSafe for ByteOrdering
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