#[repr(C)]pub struct PSS_PERFORMANCE_COUNTERS {
pub TotalCycleCount: u64,
pub TotalWallClockPeriod: u64,
pub VaCloneCycleCount: u64,
pub VaCloneWallClockPeriod: u64,
pub VaSpaceCycleCount: u64,
pub VaSpaceWallClockPeriod: u64,
pub AuxPagesCycleCount: u64,
pub AuxPagesWallClockPeriod: u64,
pub HandlesCycleCount: u64,
pub HandlesWallClockPeriod: u64,
pub ThreadsCycleCount: u64,
pub ThreadsWallClockPeriod: u64,
}
Fields§
§TotalCycleCount: u64
§TotalWallClockPeriod: u64
§VaCloneCycleCount: u64
§VaCloneWallClockPeriod: u64
§VaSpaceCycleCount: u64
§VaSpaceWallClockPeriod: u64
§AuxPagesCycleCount: u64
§AuxPagesWallClockPeriod: u64
§HandlesCycleCount: u64
§HandlesWallClockPeriod: u64
§ThreadsCycleCount: u64
§ThreadsWallClockPeriod: u64
Trait Implementations§
§impl Clone for PSS_PERFORMANCE_COUNTERS
impl Clone for PSS_PERFORMANCE_COUNTERS
§fn clone(&self) -> PSS_PERFORMANCE_COUNTERS
fn clone(&self) -> PSS_PERFORMANCE_COUNTERS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PSS_PERFORMANCE_COUNTERS
Auto Trait Implementations§
impl Freeze for PSS_PERFORMANCE_COUNTERS
impl RefUnwindSafe for PSS_PERFORMANCE_COUNTERS
impl Send for PSS_PERFORMANCE_COUNTERS
impl Sync for PSS_PERFORMANCE_COUNTERS
impl Unpin for PSS_PERFORMANCE_COUNTERS
impl UnwindSafe for PSS_PERFORMANCE_COUNTERS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)