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