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