Struct windows_native::ntexapi::PROCESS_ENERGY_VALUES
source ยท #[repr(C)]pub struct PROCESS_ENERGY_VALUES {Show 13 fields
pub Cycles: [[u64; 2]; 4],
pub DiskEnergy: u64,
pub NetworkTailEnergy: u64,
pub MBBTailEnergy: u64,
pub NetworkTxRxBytes: u64,
pub MBBTxRxBytes: u64,
pub Anonymous1: PROCESS_ENERGY_VALUES_1,
pub CompositionRendered: u32,
pub CompositionDirtyGenerated: u32,
pub CompositionDirtyPropagated: u32,
pub Reserved1: u32,
pub AttributedCycles: [[u64; 2]; 4],
pub WorkOnBehalfCycles: [[u64; 2]; 4],
}Fieldsยง
ยงCycles: [[u64; 2]; 4]ยงDiskEnergy: u64ยงNetworkTailEnergy: u64ยงMBBTailEnergy: u64ยงNetworkTxRxBytes: u64ยงMBBTxRxBytes: u64ยงAnonymous1: PROCESS_ENERGY_VALUES_1ยงCompositionRendered: u32ยงCompositionDirtyGenerated: u32ยงCompositionDirtyPropagated: u32ยงReserved1: u32ยงAttributedCycles: [[u64; 2]; 4]ยงWorkOnBehalfCycles: [[u64; 2]; 4]Trait Implementationsยง
sourceยงimpl Debug for PROCESS_ENERGY_VALUES
impl Debug for PROCESS_ENERGY_VALUES
Auto Trait Implementationsยง
impl RefUnwindSafe for PROCESS_ENERGY_VALUES
impl Send for PROCESS_ENERGY_VALUES
impl Sync for PROCESS_ENERGY_VALUES
impl Unpin for PROCESS_ENERGY_VALUES
impl UnwindSafe for PROCESS_ENERGY_VALUES
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