Enum llvm_sys::target::LLVMByteOrdering [−][src]
#[repr(C)]
pub enum LLVMByteOrdering {
LLVMBigEndian,
LLVMLittleEndian,
}
Variants
Trait Implementations
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
Mutably borrows from an owned value. Read more