Enum llvm_sys::target::LLVMByteOrdering
source · #[repr(C)]pub enum LLVMByteOrdering {
LLVMBigEndian = 0,
LLVMLittleEndian = 1,
}
Variants§
Auto Trait Implementations§
impl Freeze for LLVMByteOrdering
impl RefUnwindSafe for LLVMByteOrdering
impl Send for LLVMByteOrdering
impl Sync for LLVMByteOrdering
impl Unpin for LLVMByteOrdering
impl UnwindSafe for LLVMByteOrdering
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more