Enum llvm_sys::remarks::LLVMRemarkType
source · #[repr(C)]pub enum LLVMRemarkType {
LLVMRemarkTypeUnknown,
LLVMRemarkTypePassed,
LLVMRemarkTypeMissed,
LLVMRemarkTypeAnalysis,
LLVMRemarkTypeAnalysisFPCommute,
LLVMRemarkTypeAnalysisAliasing,
LLVMRemarkTypeFailure,
}
Variants§
LLVMRemarkTypeUnknown
LLVMRemarkTypePassed
LLVMRemarkTypeMissed
LLVMRemarkTypeAnalysis
LLVMRemarkTypeAnalysisFPCommute
LLVMRemarkTypeAnalysisAliasing
LLVMRemarkTypeFailure
Auto Trait Implementations§
impl RefUnwindSafe for LLVMRemarkType
impl Send for LLVMRemarkType
impl Sync for LLVMRemarkType
impl Unpin 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