Struct windows_sys::Win32::System::ComponentServices::ComponentStatistics
#[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,
}
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
§fn clone(&self) -> ComponentStatistics
fn clone(&self) -> ComponentStatistics
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 ComponentStatistics
Auto Trait Implementations§
impl Freeze for ComponentStatistics
impl RefUnwindSafe for ComponentStatistics
impl Send for ComponentStatistics
impl Sync for ComponentStatistics
impl Unpin for ComponentStatistics
impl UnwindSafe for ComponentStatistics
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
)