#[repr(C)]pub struct ApplicationProcessStatistics {
pub NumCallsOutstanding: u32,
pub NumTrackedComponents: u32,
pub NumComponentInstances: u32,
pub AvgCallsPerSecond: u32,
pub Reserved1: u32,
pub Reserved2: u32,
pub Reserved3: u32,
pub Reserved4: u32,
}Expand description
Required features: "Win32_System_ComponentServices"
Fields
NumCallsOutstanding: u32NumTrackedComponents: u32NumComponentInstances: u32AvgCallsPerSecond: u32Reserved1: u32Reserved2: u32Reserved3: u32Reserved4: u32Trait Implementations
impl Clone for ApplicationProcessStatistics
impl Clone for ApplicationProcessStatistics
impl Copy for ApplicationProcessStatistics
Auto Trait Implementations
impl RefUnwindSafe for ApplicationProcessStatistics
impl Send for ApplicationProcessStatistics
impl Sync for ApplicationProcessStatistics
impl Unpin for ApplicationProcessStatistics
impl UnwindSafe for ApplicationProcessStatistics
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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