pub struct Swd;
Expand description
Super Watchdog
Implementations§
Trait 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