pub enum DOG_A {
NOT_DETECTED = 0,
DETECTED = 1,
}
Expand description
Reset from watchdog detected
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for DOG_A
impl StructuralPartialEq for DOG_A
Auto Trait Implementations§
impl Freeze for DOG_A
impl RefUnwindSafe for DOG_A
impl Send for DOG_A
impl Sync for DOG_A
impl Unpin for DOG_A
impl UnwindSafe for DOG_A
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