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