Struct esp32c6_hal::rtc_cntl::sleep::DigitalSleepConfig
source · pub struct DigitalSleepConfig {
pub syscntl: HpSysCntlReg,
}
Fields§
§syscntl: HpSysCntlReg
Trait Implementations§
source§impl Clone for DigitalSleepConfig
impl Clone for DigitalSleepConfig
source§fn clone(&self) -> DigitalSleepConfig
fn clone(&self) -> DigitalSleepConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DigitalSleepConfig
Auto Trait Implementations§
impl RefUnwindSafe for DigitalSleepConfig
impl Send for DigitalSleepConfig
impl Sync for DigitalSleepConfig
impl Unpin for DigitalSleepConfig
impl UnwindSafe for DigitalSleepConfig
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