#[repr(transparent)]pub struct LogLevel(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl LogLevel
impl LogLevel
pub const LOG_LEVEL_OFF: LogLevel
pub const LOG_LEVEL_ERROR: LogLevel
pub const LOG_LEVEL_WARN: LogLevel
pub const LOG_LEVEL_INFO: LogLevel
pub const LOG_LEVEL_DEBUG: LogLevel
pub const LOG_LEVEL_TRACE: LogLevel
Trait Implementations§
impl Copy for LogLevel
impl Eq for LogLevel
impl StructuralPartialEq for LogLevel
Auto Trait Implementations§
impl Freeze for LogLevel
impl RefUnwindSafe for LogLevel
impl Send for LogLevel
impl Sync for LogLevel
impl Unpin for LogLevel
impl UnwindSafe for LogLevel
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