Struct windows_sys::Win32::System::ClrHosting::COR_GC_STATS
#[repr(C)]pub struct COR_GC_STATS {
pub Flags: u32,
pub ExplicitGCCount: usize,
pub GenCollectionsTaken: [usize; 3],
pub CommittedKBytes: usize,
pub ReservedKBytes: usize,
pub Gen0HeapSizeKBytes: usize,
pub Gen1HeapSizeKBytes: usize,
pub Gen2HeapSizeKBytes: usize,
pub LargeObjectHeapSizeKBytes: usize,
pub KBytesPromotedFromGen0: usize,
pub KBytesPromotedFromGen1: usize,
}
Fields§
§Flags: u32
§ExplicitGCCount: usize
§GenCollectionsTaken: [usize; 3]
§CommittedKBytes: usize
§ReservedKBytes: usize
§Gen0HeapSizeKBytes: usize
§Gen1HeapSizeKBytes: usize
§Gen2HeapSizeKBytes: usize
§LargeObjectHeapSizeKBytes: usize
§KBytesPromotedFromGen0: usize
§KBytesPromotedFromGen1: usize
Trait Implementations§
§impl Clone for COR_GC_STATS
impl Clone for COR_GC_STATS
impl Copy for COR_GC_STATS
Auto Trait Implementations§
impl RefUnwindSafe for COR_GC_STATS
impl Send for COR_GC_STATS
impl Sync for COR_GC_STATS
impl Unpin for COR_GC_STATS
impl UnwindSafe for COR_GC_STATS
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