Struct esp32c6_hal::rtc_cntl::sleep::ParamSleepConfig
source · pub struct ParamSleepConfig {
pub hp_sys: HpParam,
pub lp_sys: LpParam,
pub hp_lp: HpLpParam,
}
Fields§
§hp_sys: HpParam
§lp_sys: LpParam
§hp_lp: HpLpParam
Trait Implementations§
source§impl Clone for ParamSleepConfig
impl Clone for ParamSleepConfig
source§fn clone(&self) -> ParamSleepConfig
fn clone(&self) -> ParamSleepConfig
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 ParamSleepConfig
Auto Trait Implementations§
impl RefUnwindSafe for ParamSleepConfig
impl Send for ParamSleepConfig
impl Sync for ParamSleepConfig
impl Unpin for ParamSleepConfig
impl UnwindSafe for ParamSleepConfig
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