Struct esp32c6_hal::rtc_cntl::sleep::PowerSleepConfig
source · pub struct PowerSleepConfig {
pub hp_sys: HpSysPower,
pub lp_sys_active: LpSysPower,
pub lp_sys_sleep: LpSysPower,
}
Fields§
§hp_sys: HpSysPower
§lp_sys_active: LpSysPower
§lp_sys_sleep: LpSysPower
Trait Implementations§
source§impl Clone for PowerSleepConfig
impl Clone for PowerSleepConfig
source§fn clone(&self) -> PowerSleepConfig
fn clone(&self) -> PowerSleepConfig
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 PowerSleepConfig
Auto Trait Implementations§
impl RefUnwindSafe for PowerSleepConfig
impl Send for PowerSleepConfig
impl Sync for PowerSleepConfig
impl Unpin for PowerSleepConfig
impl UnwindSafe for PowerSleepConfig
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