Struct windows_native::ntexapi::ST_DATA_MGR_STATS
source ยท #[repr(C)]pub struct ST_DATA_MGR_STATS {
pub RegionCount: u32,
pub PagesStored: u32,
pub UniquePagesStored: u32,
pub LazyCleanupRegionCount: u32,
pub Space: [ST_DATA_MGR_STATS_1; 8],
}Fieldsยง
ยงRegionCount: u32ยงPagesStored: u32ยงUniquePagesStored: u32ยงLazyCleanupRegionCount: u32ยงSpace: [ST_DATA_MGR_STATS_1; 8]Trait Implementationsยง
sourceยงimpl Debug for ST_DATA_MGR_STATS
impl Debug for ST_DATA_MGR_STATS
Auto Trait Implementationsยง
impl RefUnwindSafe for ST_DATA_MGR_STATS
impl Send for ST_DATA_MGR_STATS
impl Sync for ST_DATA_MGR_STATS
impl Unpin for ST_DATA_MGR_STATS
impl UnwindSafe for ST_DATA_MGR_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