#[repr(C)]pub enum LLVMGlobalISelAbortMode {
LLVMGlobalISelAbortEnable = 0,
LLVMGlobalISelAbortDisable = 1,
LLVMGlobalISelAbortDisableWithDiag = 2,
}
Variants§
LLVMGlobalISelAbortEnable = 0
LLVMGlobalISelAbortDisable = 1
LLVMGlobalISelAbortDisableWithDiag = 2
Trait Implementations§
source§impl Clone for LLVMGlobalISelAbortMode
impl Clone for LLVMGlobalISelAbortMode
source§fn clone(&self) -> LLVMGlobalISelAbortMode
fn clone(&self) -> LLVMGlobalISelAbortMode
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 moresource§impl Debug for LLVMGlobalISelAbortMode
impl Debug for LLVMGlobalISelAbortMode
source§impl PartialEq for LLVMGlobalISelAbortMode
impl PartialEq for LLVMGlobalISelAbortMode
source§fn eq(&self, other: &LLVMGlobalISelAbortMode) -> bool
fn eq(&self, other: &LLVMGlobalISelAbortMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LLVMGlobalISelAbortMode
impl StructuralPartialEq for LLVMGlobalISelAbortMode
Auto Trait Implementations§
impl RefUnwindSafe for LLVMGlobalISelAbortMode
impl Send for LLVMGlobalISelAbortMode
impl Sync for LLVMGlobalISelAbortMode
impl Unpin for LLVMGlobalISelAbortMode
impl UnwindSafe for LLVMGlobalISelAbortMode
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