#[repr(C)]pub struct PROCESS_ENERGY_VALUES_EXTENSION_Durations {
pub InputDuration: ENERGY_STATE_DURATION,
pub AudioInDuration: ENERGY_STATE_DURATION,
pub AudioOutDuration: ENERGY_STATE_DURATION,
pub DisplayRequiredDuration: ENERGY_STATE_DURATION,
pub PSMBackgroundDuration: ENERGY_STATE_DURATION,
}
Fields
InputDuration: ENERGY_STATE_DURATION
AudioInDuration: ENERGY_STATE_DURATION
AudioOutDuration: ENERGY_STATE_DURATION
DisplayRequiredDuration: ENERGY_STATE_DURATION
PSMBackgroundDuration: ENERGY_STATE_DURATION
Trait Implementations
sourceimpl Clone for PROCESS_ENERGY_VALUES_EXTENSION_Durations
impl Clone for PROCESS_ENERGY_VALUES_EXTENSION_Durations
sourcefn clone(&self) -> PROCESS_ENERGY_VALUES_EXTENSION_Durations
fn clone(&self) -> PROCESS_ENERGY_VALUES_EXTENSION_Durations
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for PROCESS_ENERGY_VALUES_EXTENSION_Durations
Auto Trait Implementations
impl RefUnwindSafe for PROCESS_ENERGY_VALUES_EXTENSION_Durations
impl Send for PROCESS_ENERGY_VALUES_EXTENSION_Durations
impl Sync for PROCESS_ENERGY_VALUES_EXTENSION_Durations
impl Unpin for PROCESS_ENERGY_VALUES_EXTENSION_Durations
impl UnwindSafe for PROCESS_ENERGY_VALUES_EXTENSION_Durations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more