Enum evdev_rs::logging::LogPriority
source · pub enum LogPriority {
Error = 10,
Info = 20,
Debug = 30,
}
Variants§
Error = 10
critical errors and application bugs
Info = 20
informational messages
Debug = 30
debug information
Auto Trait Implementations§
impl Freeze for LogPriority
impl RefUnwindSafe for LogPriority
impl Send for LogPriority
impl Sync for LogPriority
impl Unpin for LogPriority
impl UnwindSafe for LogPriority
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