#[repr(u32)]
pub enum _debug_level {
ERROR,
WARNING,
NOTICE,
DEBUG1,
DEBUG2,
}Expand description
@brief Debug levels.
Variants
ERROR
WARNING
NOTICE
DEBUG1
DEBUG2
Trait Implementations
sourceimpl Clone for _debug_level
impl Clone for _debug_level
sourcefn clone(&self) -> _debug_level
fn clone(&self) -> _debug_level
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 _debug_level
impl Debug for _debug_level
sourceimpl Hash for _debug_level
impl Hash for _debug_level
sourceimpl PartialEq<_debug_level> for _debug_level
impl PartialEq<_debug_level> for _debug_level
sourcefn eq(&self, other: &_debug_level) -> bool
fn eq(&self, other: &_debug_level) -> bool
impl Copy for _debug_level
impl Eq for _debug_level
impl StructuralEq for _debug_level
impl StructuralPartialEq for _debug_level
Auto Trait Implementations
impl RefUnwindSafe for _debug_level
impl Send for _debug_level
impl Sync for _debug_level
impl Unpin for _debug_level
impl UnwindSafe for _debug_level
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