#[repr(C)]pub enum LLVMRemarkType {
LLVMRemarkTypeUnknown = 0,
LLVMRemarkTypePassed = 1,
LLVMRemarkTypeMissed = 2,
LLVMRemarkTypeAnalysis = 3,
LLVMRemarkTypeAnalysisFPCommute = 4,
LLVMRemarkTypeAnalysisAliasing = 5,
LLVMRemarkTypeFailure = 6,
}Variants§
LLVMRemarkTypeUnknown = 0
LLVMRemarkTypePassed = 1
LLVMRemarkTypeMissed = 2
LLVMRemarkTypeAnalysis = 3
LLVMRemarkTypeAnalysisFPCommute = 4
LLVMRemarkTypeAnalysisAliasing = 5
LLVMRemarkTypeFailure = 6
Auto Trait Implementations§
impl Freeze for LLVMRemarkType
impl RefUnwindSafe for LLVMRemarkType
impl Send for LLVMRemarkType
impl Sync for LLVMRemarkType
impl Unpin for LLVMRemarkType
impl UnsafeUnpin for LLVMRemarkType
impl UnwindSafe for LLVMRemarkType
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