Struct esp32c3_hal::Rwdt
source · pub struct Rwdt { /* private fields */ }
Expand description
RTC Watchdog Timer
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Rwdt
impl Send for Rwdt
impl Sync for Rwdt
impl Unpin for Rwdt
impl UnwindSafe for Rwdt
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