pub struct Swd(/* private fields */);Expand description
Super Watchdog
Implementations§
Auto Trait Implementations§
impl Freeze for Swd
impl RefUnwindSafe for Swd
impl Send for Swd
impl Sync for Swd
impl Unpin for Swd
impl UnwindSafe for Swd
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