Enum llvm_plugin_inkwell::targets::ByteOrdering
source · [−]pub enum ByteOrdering {
BigEndian,
LittleEndian,
}Variants
BigEndian
LittleEndian
Trait Implementations
sourceimpl Clone for ByteOrdering
impl Clone for ByteOrdering
sourcefn clone(&self) -> ByteOrdering
fn clone(&self) -> ByteOrdering
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ByteOrdering
impl Debug for ByteOrdering
sourceimpl PartialEq<ByteOrdering> for ByteOrdering
impl PartialEq<ByteOrdering> for ByteOrdering
sourcefn 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 ==. Read more
impl Copy for ByteOrdering
impl Eq for ByteOrdering
impl StructuralEq 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more