Enum llvm_sys::LLVMDiagnosticSeverity
source · #[repr(C)]
pub enum LLVMDiagnosticSeverity {
LLVMDSError,
LLVMDSWarning,
LLVMDSRemark,
LLVMDSNote,
}
Variants§
Trait Implementations§
source§impl Clone for LLVMDiagnosticSeverity
impl Clone for LLVMDiagnosticSeverity
source§fn clone(&self) -> LLVMDiagnosticSeverity
fn clone(&self) -> LLVMDiagnosticSeverity
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 more