#[repr(C)]
pub enum lto_codegen_diagnostic_severity_t {
LTO_DS_ERROR,
LTO_DS_WARNING,
LTO_DS_REMARK,
LTO_DS_NOTE,
}
Variants§
Trait Implementations§
source§impl Clone for lto_codegen_diagnostic_severity_t
impl Clone for lto_codegen_diagnostic_severity_t
source§fn clone(&self) -> lto_codegen_diagnostic_severity_t
fn clone(&self) -> lto_codegen_diagnostic_severity_t
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