Struct windows_sys::Win32::Devices::Display::VIDEO_PERFORMANCE_COUNTER
[−]#[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: u64
NbAllocationCommited: u64
NbAllocationMarked: u64
KBytesAllocated: u64
KBytesAvailable: u64
KBytesCurMarked: u64
Reference: u64
Unreference: u64
TrueReference: u64
NbOfPageIn: u64
KBytesPageIn: u64
NbOfPageOut: u64
KBytesPageOut: u64
NbOfRotateOut: u64
KBytesRotateOut: u64
Trait Implementations
impl Clone for VIDEO_PERFORMANCE_COUNTER
impl Clone for VIDEO_PERFORMANCE_COUNTER
impl Copy for VIDEO_PERFORMANCE_COUNTER
Auto Trait Implementations
impl RefUnwindSafe for VIDEO_PERFORMANCE_COUNTER
impl Send for VIDEO_PERFORMANCE_COUNTER
impl Sync for VIDEO_PERFORMANCE_COUNTER
impl Unpin for VIDEO_PERFORMANCE_COUNTER
impl UnwindSafe for VIDEO_PERFORMANCE_COUNTER
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