#[repr(C)]pub struct ove_pm_cfg {
pub idle_threshold_ms: u32,
pub standby_threshold_ms: u32,
pub deep_sleep_threshold_ms: u32,
}Fields§
§idle_threshold_ms: u32§standby_threshold_ms: u32§deep_sleep_threshold_ms: u32Auto Trait Implementations§
impl Freeze for ove_pm_cfg
impl RefUnwindSafe for ove_pm_cfg
impl Send for ove_pm_cfg
impl Sync for ove_pm_cfg
impl Unpin for ove_pm_cfg
impl UnwindSafe for ove_pm_cfg
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