pub struct WATCHDOG { /* private fields */ }Expand description
Non-secure Watchdog Timer
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WATCHDOG
impl RefUnwindSafe 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