#[repr(u8)]pub enum Wdirq {
WDIRQ0 = 0,
WDIRQ1 = 1,
}Variants§
WDIRQ0 = 0
No Watchdog timeout interrupt has occurred
WDIRQ1 = 1
Watchdog timeout interrupt has occurred
Implementations§
Trait Implementations§
Source§impl Ord for Wdirq
impl Ord for Wdirq
Source§impl PartialOrd for Wdirq
impl PartialOrd for Wdirq
impl Copy for Wdirq
impl Eq for Wdirq
impl StructuralPartialEq for Wdirq
Auto Trait Implementations§
impl Freeze for Wdirq
impl RefUnwindSafe for Wdirq
impl Send for Wdirq
impl Sync for Wdirq
impl Unpin for Wdirq
impl UnwindSafe for Wdirq
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