Struct esp32c2_hal::rtc_cntl::Swd
source · pub struct Swd;
Expand description
Super Watchdog
Implementations§
Trait Implementations§
Auto Trait Implementations§
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