#[repr(C)]pub struct ComponentStatistics {Show 13 fields
pub NumInstances: u32,
pub NumBoundReferences: u32,
pub NumPooledObjects: u32,
pub NumObjectsInCall: u32,
pub AvgResponseTimeInMs: u32,
pub NumCallsCompletedRecent: u32,
pub NumCallsFailedRecent: u32,
pub NumCallsCompletedTotal: u32,
pub NumCallsFailedTotal: u32,
pub Reserved1: u32,
pub Reserved2: u32,
pub Reserved3: u32,
pub Reserved4: u32,
}Expand description
Required features: "Win32_System_ComponentServices"
Fields
NumInstances: u32NumBoundReferences: u32NumPooledObjects: u32NumObjectsInCall: u32AvgResponseTimeInMs: u32NumCallsCompletedRecent: u32NumCallsFailedRecent: u32NumCallsCompletedTotal: u32NumCallsFailedTotal: u32Reserved1: u32Reserved2: u32Reserved3: u32Reserved4: u32Trait Implementations
impl Clone for ComponentStatistics
impl Clone for ComponentStatistics
impl Copy for ComponentStatistics
Auto Trait Implementations
impl RefUnwindSafe for ComponentStatistics
impl Send for ComponentStatistics
impl Sync for ComponentStatistics
impl Unpin for ComponentStatistics
impl UnwindSafe for ComponentStatistics
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