Enum llvm_sys::target::LLVMByteOrdering
source · [−]#[repr(C)]
pub enum LLVMByteOrdering {
LLVMBigEndian,
LLVMLittleEndian,
}
Variants
LLVMBigEndian
LLVMLittleEndian
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