#[repr(u8)]pub enum Wdtof {
CLEAR = 0,
RESET = 1,
}Variants§
CLEAR = 0
Watchdog event has not occurred.
RESET = 1
Watchdog event has occurred (causes a chip reset if WDRESET = 1).
Implementations§
Trait Implementations§
Source§impl Ord for Wdtof
impl Ord for Wdtof
Source§impl PartialOrd for Wdtof
impl PartialOrd for Wdtof
impl Copy for Wdtof
impl Eq for Wdtof
impl StructuralPartialEq for Wdtof
Auto Trait Implementations§
impl Freeze for Wdtof
impl RefUnwindSafe for Wdtof
impl Send for Wdtof
impl Sync for Wdtof
impl Unpin for Wdtof
impl UnwindSafe for Wdtof
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