#[repr(u32)]pub enum _debug_level {
ERROR = 0,
WARNING = 1,
NOTICE = 2,
DEBUG1 = 3,
DEBUG2 = 4,
}Expand description
@brief Debug levels.
Variants§
Trait Implementations§
Source§impl Clone for _debug_level
impl Clone for _debug_level
Source§fn clone(&self) -> _debug_level
fn clone(&self) -> _debug_level
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 _debug_level
impl Debug for _debug_level
Source§impl Hash for _debug_level
impl Hash for _debug_level
Source§impl PartialEq for _debug_level
impl PartialEq for _debug_level
impl Copy for _debug_level
impl Eq for _debug_level
impl StructuralPartialEq for _debug_level
Auto Trait Implementations§
impl Freeze for _debug_level
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§
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