#[repr(C)]
pub struct VIDEO_PERFORMANCE_COUNTER {
Show 21 fields pub NbOfAllocationEvicted: [u64; 10], pub NbOfAllocationMarked: [u64; 10], pub NbOfAllocationRestored: [u64; 10], pub KBytesEvicted: [u64; 10], pub KBytesMarked: [u64; 10], pub KBytesRestored: [u64; 10], pub NbProcessCommited: u64, pub NbAllocationCommited: u64, pub NbAllocationMarked: u64, pub KBytesAllocated: u64, pub KBytesAvailable: u64, pub KBytesCurMarked: u64, pub Reference: u64, pub Unreference: u64, pub TrueReference: u64, pub NbOfPageIn: u64, pub KBytesPageIn: u64, pub NbOfPageOut: u64, pub KBytesPageOut: u64, pub NbOfRotateOut: u64, pub KBytesRotateOut: u64,
}
Expand description

Required features: "Win32_Devices_Display"

Fields

NbOfAllocationEvicted: [u64; 10]NbOfAllocationMarked: [u64; 10]NbOfAllocationRestored: [u64; 10]KBytesEvicted: [u64; 10]KBytesMarked: [u64; 10]KBytesRestored: [u64; 10]NbProcessCommited: u64NbAllocationCommited: u64NbAllocationMarked: u64KBytesAllocated: u64KBytesAvailable: u64KBytesCurMarked: u64Reference: u64Unreference: u64TrueReference: u64NbOfPageIn: u64KBytesPageIn: u64NbOfPageOut: u64KBytesPageOut: u64NbOfRotateOut: u64KBytesRotateOut: u64

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.