#[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
impl Copy for LLVMGlobalISelAbortMode
impl StructuralPartialEq for LLVMGlobalISelAbortMode
Auto Trait Implementations§
impl Freeze for LLVMGlobalISelAbortMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)