Enum llvm_sys::target::LLVMByteOrdering
source · [−]#[repr(C)]
pub enum LLVMByteOrdering {
LLVMBigEndian,
LLVMLittleEndian,
}
Variants
LLVMBigEndian
LLVMLittleEndian
Trait Implementations
sourceimpl Clone for LLVMByteOrdering
impl Clone for LLVMByteOrdering
sourcefn clone(&self) -> LLVMByteOrdering
fn clone(&self) -> LLVMByteOrdering
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 moresourceimpl Debug for LLVMByteOrdering
impl Debug for LLVMByteOrdering
sourceimpl PartialEq<LLVMByteOrdering> for LLVMByteOrdering
impl PartialEq<LLVMByteOrdering> for LLVMByteOrdering
sourcefn eq(&self, other: &LLVMByteOrdering) -> bool
fn eq(&self, other: &LLVMByteOrdering) -> bool
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
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