Enum llvm_sys::LLVMDiagnosticSeverity
[−]
[src]
#[repr(C)]pub enum LLVMDiagnosticSeverity { LLVMDSError, LLVMDSWarning, LLVMDSRemark, LLVMDSNote, }
Variants
LLVMDSError
LLVMDSWarning
LLVMDSRemark
LLVMDSNote
Trait Implementations
impl Clone for LLVMDiagnosticSeverity
[src]
fn clone(&self) -> LLVMDiagnosticSeverity
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more