Enum nsi_sys::NSIErrorLevel
source · #[repr(u32)]
pub enum NSIErrorLevel {
Message,
Info,
Warning,
Error,
}Variants§
Trait Implementations§
source§impl Clone for NSIErrorLevel
impl Clone for NSIErrorLevel
source§fn clone(&self) -> NSIErrorLevel
fn clone(&self) -> NSIErrorLevel
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 moresource§impl Debug for NSIErrorLevel
impl Debug for NSIErrorLevel
source§impl Hash for NSIErrorLevel
impl Hash for NSIErrorLevel
source§impl PartialEq<NSIErrorLevel> for NSIErrorLevel
impl PartialEq<NSIErrorLevel> for NSIErrorLevel
source§fn eq(&self, other: &NSIErrorLevel) -> bool
fn eq(&self, other: &NSIErrorLevel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.