pub struct IndependentWatchdog { /* private fields */ }Expand description
Wraps the Independent Watchdog (IWDG) peripheral
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IndependentWatchdog
impl RefUnwindSafe for IndependentWatchdog
impl Send for IndependentWatchdog
impl !Sync for IndependentWatchdog
impl Unpin for IndependentWatchdog
impl UnwindSafe for IndependentWatchdog
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