Enum llvm_sys::target::LLVMByteOrdering
source · #[repr(C)]pub enum LLVMByteOrdering {
LLVMBigEndian = 0,
LLVMLittleEndian = 1,
}
Variants§
Trait Implementations§
source§impl Clone for LLVMByteOrdering
impl Clone for LLVMByteOrdering
source§fn clone(&self) -> LLVMByteOrdering
fn clone(&self) -> LLVMByteOrdering
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 LLVMByteOrdering
impl Debug for LLVMByteOrdering
source§impl PartialEq for LLVMByteOrdering
impl PartialEq for LLVMByteOrdering
source§fn eq(&self, other: &LLVMByteOrdering) -> bool
fn eq(&self, other: &LLVMByteOrdering) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LLVMByteOrdering
impl StructuralPartialEq for LLVMByteOrdering
Auto Trait Implementations§
impl RefUnwindSafe for LLVMByteOrdering
impl Send for LLVMByteOrdering
impl Sync for LLVMByteOrdering
impl Unpin for LLVMByteOrdering
impl UnwindSafe for LLVMByteOrdering
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