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