#[repr(u32)]pub enum NSIErrorLevel {
Message = 0,
Info = 1,
Warning = 2,
Error = 3,
}Variants§
Trait Implementations§
Source§impl Clone for NSIErrorLevel
impl Clone for NSIErrorLevel
Source§fn clone(&self) -> NSIErrorLevel
fn clone(&self) -> NSIErrorLevel
Returns a duplicate 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 From<i32> for NSIErrorLevel
impl From<i32> for NSIErrorLevel
Source§impl Hash for NSIErrorLevel
impl Hash for NSIErrorLevel
Source§impl PartialEq for NSIErrorLevel
impl PartialEq for NSIErrorLevel
impl Copy for NSIErrorLevel
impl Eq for NSIErrorLevel
impl StructuralPartialEq for NSIErrorLevel
Auto Trait Implementations§
impl Freeze for NSIErrorLevel
impl RefUnwindSafe for NSIErrorLevel
impl Send for NSIErrorLevel
impl Sync for NSIErrorLevel
impl Unpin for NSIErrorLevel
impl UnwindSafe for NSIErrorLevel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more