pub struct Watchdog { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl WatchdogDisable for Watchdog
Disables a running watchdog timer so the processor won’t be reset.
impl WatchdogDisable for Watchdog
Disables a running watchdog timer so the processor won’t be reset.
Auto Trait Implementations§
impl Freeze for Watchdog
impl RefUnwindSafe for Watchdog
impl Send for Watchdog
impl !Sync for Watchdog
impl Unpin for Watchdog
impl UnwindSafe for Watchdog
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