Struct atsamd_hal::watchdog::Watchdog
source · [−]pub struct Watchdog { /* private fields */ }
Implementations
Trait Implementations
sourceimpl WatchdogDisable for Watchdog
impl WatchdogDisable for Watchdog
Disables a running watchdog timer so the processor won’t be reset.
Auto Trait Implementations
impl RefUnwindSafe for Watchdog
impl Send for Watchdog
impl !Sync for Watchdog
impl Unpin for Watchdog
impl UnwindSafe for Watchdog
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more