#[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: u32
NumBoundReferences: u32
NumPooledObjects: u32
NumObjectsInCall: u32
AvgResponseTimeInMs: u32
NumCallsCompletedRecent: u32
NumCallsFailedRecent: u32
NumCallsCompletedTotal: u32
NumCallsFailedTotal: u32
Reserved1: u32
Reserved2: u32
Reserved3: u32
Reserved4: u32
Trait 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