#[repr(u8)]pub enum Kdie {
KDIE_0 = 0,
KDIE_1 = 1,
}Variants§
KDIE_0 = 0
No interrupt request is generated when KPKD is set.
KDIE_1 = 1
An interrupt request is generated when KPKD is set.
Implementations§
Trait Implementations§
Source§impl Ord for Kdie
impl Ord for Kdie
Source§impl PartialOrd for Kdie
impl PartialOrd for Kdie
impl Copy for Kdie
impl Eq for Kdie
impl StructuralPartialEq for Kdie
Auto Trait Implementations§
impl Freeze for Kdie
impl RefUnwindSafe for Kdie
impl Send for Kdie
impl Sync for Kdie
impl Unpin for Kdie
impl UnwindSafe for Kdie
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