#[repr(C)]pub struct PROCESS_ENERGY_VALUES_EXTENSION_Timelines {Show 14 fields
pub CpuTimeline: TIMELINE_BITMAP,
pub DiskTimeline: TIMELINE_BITMAP,
pub NetworkTimeline: TIMELINE_BITMAP,
pub MBBTimeline: TIMELINE_BITMAP,
pub ForegroundTimeline: TIMELINE_BITMAP,
pub DesktopVisibleTimeline: TIMELINE_BITMAP,
pub CompositionRenderedTimeline: TIMELINE_BITMAP,
pub CompositionDirtyGeneratedTimeline: TIMELINE_BITMAP,
pub CompositionDirtyPropagatedTimeline: TIMELINE_BITMAP,
pub InputTimeline: TIMELINE_BITMAP,
pub AudioInTimeline: TIMELINE_BITMAP,
pub AudioOutTimeline: TIMELINE_BITMAP,
pub DisplayRequiredTimeline: TIMELINE_BITMAP,
pub KeyboardInputTimeline: TIMELINE_BITMAP,
}Fields
CpuTimeline: TIMELINE_BITMAPDiskTimeline: TIMELINE_BITMAPNetworkTimeline: TIMELINE_BITMAPMBBTimeline: TIMELINE_BITMAPForegroundTimeline: TIMELINE_BITMAPDesktopVisibleTimeline: TIMELINE_BITMAPCompositionRenderedTimeline: TIMELINE_BITMAPCompositionDirtyGeneratedTimeline: TIMELINE_BITMAPCompositionDirtyPropagatedTimeline: TIMELINE_BITMAPInputTimeline: TIMELINE_BITMAPAudioInTimeline: TIMELINE_BITMAPAudioOutTimeline: TIMELINE_BITMAPDisplayRequiredTimeline: TIMELINE_BITMAPKeyboardInputTimeline: TIMELINE_BITMAPTrait Implementations
sourceimpl Clone for PROCESS_ENERGY_VALUES_EXTENSION_Timelines
impl Clone for PROCESS_ENERGY_VALUES_EXTENSION_Timelines
sourcefn clone(&self) -> PROCESS_ENERGY_VALUES_EXTENSION_Timelines
fn clone(&self) -> PROCESS_ENERGY_VALUES_EXTENSION_Timelines
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_Timelines
Auto Trait Implementations
impl RefUnwindSafe for PROCESS_ENERGY_VALUES_EXTENSION_Timelines
impl Send for PROCESS_ENERGY_VALUES_EXTENSION_Timelines
impl Sync for PROCESS_ENERGY_VALUES_EXTENSION_Timelines
impl Unpin for PROCESS_ENERGY_VALUES_EXTENSION_Timelines
impl UnwindSafe for PROCESS_ENERGY_VALUES_EXTENSION_Timelines
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