pub enum KernelWarning {
UNKNOWN_NEW_RULES_ACTIVATED,
LARGE_WORK_INVALID_CHAIN,
}Expand description
Warning state emitted by the kernel warning notification.
Variants§
Trait Implementations§
Source§impl From<u32> for KernelWarning
impl From<u32> for KernelWarning
Source§fn from(warning: kernel_Warning) -> KernelWarning
fn from(warning: kernel_Warning) -> KernelWarning
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for KernelWarning
impl RefUnwindSafe for KernelWarning
impl Send for KernelWarning
impl Sync for KernelWarning
impl Unpin for KernelWarning
impl UnwindSafe for KernelWarning
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