Enum llvm_sys::LLVMDiagnosticSeverity
source · [−]#[repr(C)]
pub enum LLVMDiagnosticSeverity {
LLVMDSError,
LLVMDSWarning,
LLVMDSRemark,
LLVMDSNote,
}
Variants
LLVMDSError
LLVMDSWarning
LLVMDSRemark
LLVMDSNote
Trait Implementations
sourceimpl Clone for LLVMDiagnosticSeverity
impl Clone for LLVMDiagnosticSeverity
sourcefn clone(&self) -> LLVMDiagnosticSeverity
fn clone(&self) -> LLVMDiagnosticSeverity
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LLVMDiagnosticSeverity
impl Debug for LLVMDiagnosticSeverity
sourceimpl PartialEq<LLVMDiagnosticSeverity> for LLVMDiagnosticSeverity
impl PartialEq<LLVMDiagnosticSeverity> for LLVMDiagnosticSeverity
sourcefn eq(&self, other: &LLVMDiagnosticSeverity) -> bool
fn eq(&self, other: &LLVMDiagnosticSeverity) -> bool
impl Copy for LLVMDiagnosticSeverity
impl StructuralPartialEq for LLVMDiagnosticSeverity
Auto Trait Implementations
impl RefUnwindSafe for LLVMDiagnosticSeverity
impl Send for LLVMDiagnosticSeverity
impl Sync for LLVMDiagnosticSeverity
impl Unpin for LLVMDiagnosticSeverity
impl UnwindSafe for LLVMDiagnosticSeverity
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