pub struct WindowWatchdog { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Watchdog for WindowWatchdog
impl Watchdog for WindowWatchdog
Source§impl WatchdogEnable for WindowWatchdog
impl WatchdogEnable for WindowWatchdog
Auto Trait Implementations§
impl Freeze for WindowWatchdog
impl RefUnwindSafe for WindowWatchdog
impl Send for WindowWatchdog
impl !Sync for WindowWatchdog
impl Unpin for WindowWatchdog
impl UnwindSafe for WindowWatchdog
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