pub struct RtcSleepConfig {
pub deep: bool,
pub pd_flags: PowerDownFlags,
}
Fields§
§deep: bool
§pd_flags: PowerDownFlags
Implementations§
Trait Implementations§
Source§impl Clone for RtcSleepConfig
impl Clone for RtcSleepConfig
Source§fn clone(&self) -> RtcSleepConfig
fn clone(&self) -> RtcSleepConfig
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 moreSource§impl Default for RtcSleepConfig
impl Default for RtcSleepConfig
Source§fn default() -> RtcSleepConfig
fn default() -> RtcSleepConfig
Returns the “default value” for a type. Read more
impl Copy for RtcSleepConfig
Auto Trait Implementations§
impl Freeze for RtcSleepConfig
impl RefUnwindSafe for RtcSleepConfig
impl Send for RtcSleepConfig
impl Sync for RtcSleepConfig
impl Unpin for RtcSleepConfig
impl UnwindSafe for RtcSleepConfig
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