Struct windows_native::ntexapi::ST_DATA_MGR_STATS_1
source ยท #[repr(C)]pub struct ST_DATA_MGR_STATS_1 {
pub RegionsInUse: u32,
pub SpaceUsed: u32,
}Fieldsยง
ยงRegionsInUse: u32ยงSpaceUsed: u32Trait Implementationsยง
sourceยงimpl Debug for ST_DATA_MGR_STATS_1
impl Debug for ST_DATA_MGR_STATS_1
Auto Trait Implementationsยง
impl RefUnwindSafe for ST_DATA_MGR_STATS_1
impl Send for ST_DATA_MGR_STATS_1
impl Sync for ST_DATA_MGR_STATS_1
impl Unpin for ST_DATA_MGR_STATS_1
impl UnwindSafe for ST_DATA_MGR_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