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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more