pub struct IWDT { /* private fields */ }Expand description
Independent Watchdog Timer
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IWDT
impl RefUnwindSafe for IWDT
impl !Sync for IWDT
impl Unpin for IWDT
impl UnwindSafe for IWDT
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