#[repr(C)]
pub struct PROCESS_ENERGY_VALUES {
Show 15 fields pub Cycles: [[ULONGLONG; 4]; 2], pub DiskEnergy: ULONGLONG, pub NetworkTailEnergy: ULONGLONG, pub MBBTailEnergy: ULONGLONG, pub NetworkTxRxBytes: ULONGLONG, pub MBBTxRxBytes: ULONGLONG, pub ForegroundDuration: ENERGY_STATE_DURATION, pub DesktopVisibleDuration: ENERGY_STATE_DURATION, pub PSMForegroundDuration: ENERGY_STATE_DURATION, pub CompositionRendered: ULONG, pub CompositionDirtyGenerated: ULONG, pub CompositionDirtyPropagated: ULONG, pub Reserved1: ULONG, pub AttributedCycles: [[ULONGLONG; 2]; 4], pub WorkOnBehalfCycles: [[ULONGLONG; 2]; 4],
}

Fields

Cycles: [[ULONGLONG; 4]; 2]DiskEnergy: ULONGLONGNetworkTailEnergy: ULONGLONGMBBTailEnergy: ULONGLONGNetworkTxRxBytes: ULONGLONGMBBTxRxBytes: ULONGLONGForegroundDuration: ENERGY_STATE_DURATIONDesktopVisibleDuration: ENERGY_STATE_DURATIONPSMForegroundDuration: ENERGY_STATE_DURATIONCompositionRendered: ULONGCompositionDirtyGenerated: ULONGCompositionDirtyPropagated: ULONGReserved1: ULONGAttributedCycles: [[ULONGLONG; 2]; 4]WorkOnBehalfCycles: [[ULONGLONG; 2]; 4]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.