Enum Swdog
pub enum Swdog {
_0 = 0,
_1 = 1,
}Expand description
Sticky Watchdog
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Swdog
impl Eq for Swdog
impl StructuralPartialEq for Swdog
Auto Trait Implementations§
impl Freeze for Swdog
impl RefUnwindSafe for Swdog
impl Send for Swdog
impl Sync for Swdog
impl Unpin for Swdog
impl UnwindSafe for Swdog
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