pub struct Wdog { /* private fields */ }Expand description
WDOG
Implementations§
Trait Implementations§
impl Copy for Wdog
impl Eq for Wdog
impl Send for Wdog
impl StructuralPartialEq for Wdog
impl Sync for Wdog
Auto Trait Implementations§
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