Struct esp32c2_hal::rtc_cntl::Rtc
source · pub struct Rtc<'d> {
pub rwdt: Rwdt,
pub swd: Swd,
/* private fields */
}
Fields§
§rwdt: Rwdt
§swd: Swd
Implementations§
Auto Trait Implementations§
impl<'d> RefUnwindSafe for Rtc<'d>
impl<'d> Send for Rtc<'d>
impl<'d> Sync for Rtc<'d>
impl<'d> Unpin for Rtc<'d>
impl<'d> !UnwindSafe for Rtc<'d>
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