Struct windows_native::ntexapi::ST_STATS_1
source ยท #[repr(C)]pub struct ST_STATS_1 {
pub RegionSize: u32,
pub RegionCount: u32,
pub RegionCountMax: u32,
pub Granularity: u32,
pub UserData: ST_DATA_MGR_STATS,
pub Metadata: ST_DATA_MGR_STATS,
}Fieldsยง
ยงRegionSize: u32ยงRegionCount: u32ยงRegionCountMax: u32ยงGranularity: u32ยงUserData: ST_DATA_MGR_STATSยงMetadata: ST_DATA_MGR_STATSTrait Implementationsยง
sourceยงimpl Debug for ST_STATS_1
impl Debug for ST_STATS_1
Auto Trait Implementationsยง
impl RefUnwindSafe for ST_STATS_1
impl Send for ST_STATS_1
impl Sync for ST_STATS_1
impl Unpin for ST_STATS_1
impl UnwindSafe for ST_STATS_1
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