Struct miniblink_sys::_wkeConsoleLevel
source · #[repr(transparent)]pub struct _wkeConsoleLevel(pub c_int);Tuple Fields§
§0: c_intImplementations§
source§impl _wkeConsoleLevel
impl _wkeConsoleLevel
pub const wkeLevelDebug: _wkeConsoleLevel = _
source§impl _wkeConsoleLevel
impl _wkeConsoleLevel
pub const wkeLevelLog: _wkeConsoleLevel = _
source§impl _wkeConsoleLevel
impl _wkeConsoleLevel
pub const wkeLevelInfo: _wkeConsoleLevel = _
source§impl _wkeConsoleLevel
impl _wkeConsoleLevel
pub const wkeLevelWarning: _wkeConsoleLevel = _
source§impl _wkeConsoleLevel
impl _wkeConsoleLevel
pub const wkeLevelError: _wkeConsoleLevel = _
source§impl _wkeConsoleLevel
impl _wkeConsoleLevel
pub const wkeLevelRevokedError: _wkeConsoleLevel = _
source§impl _wkeConsoleLevel
impl _wkeConsoleLevel
pub const wkeLevelLast: _wkeConsoleLevel = _
Trait Implementations§
source§impl Clone for _wkeConsoleLevel
impl Clone for _wkeConsoleLevel
source§fn clone(&self) -> _wkeConsoleLevel
fn clone(&self) -> _wkeConsoleLevel
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 _wkeConsoleLevel
impl Debug for _wkeConsoleLevel
source§impl Hash for _wkeConsoleLevel
impl Hash for _wkeConsoleLevel
source§impl PartialEq for _wkeConsoleLevel
impl PartialEq for _wkeConsoleLevel
source§fn eq(&self, other: &_wkeConsoleLevel) -> bool
fn eq(&self, other: &_wkeConsoleLevel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for _wkeConsoleLevel
impl Eq for _wkeConsoleLevel
impl StructuralPartialEq for _wkeConsoleLevel
Auto Trait Implementations§
impl Freeze for _wkeConsoleLevel
impl RefUnwindSafe for _wkeConsoleLevel
impl Send for _wkeConsoleLevel
impl Sync for _wkeConsoleLevel
impl Unpin for _wkeConsoleLevel
impl UnwindSafe for _wkeConsoleLevel
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