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