Enum llvm_sys::target::LLVMByteOrdering [−][src]
#[repr(C)]
pub enum LLVMByteOrdering {
LLVMBigEndian,
LLVMLittleEndian,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LLVMByteOrderingimpl Send for LLVMByteOrderingimpl Sync for LLVMByteOrderingimpl Unpin for LLVMByteOrderingimpl UnwindSafe for LLVMByteOrderingBlanket Implementations
Mutably borrows from an owned value. Read more