Struct windows_native::winsta::CACHE_STATISTICS_1
source ยท #[repr(C)]pub struct CACHE_STATISTICS_1 {
pub ReservedCacheStats: UnionField<RESERVED_CACHE>,
pub TShareCacheStats: UnionField<TSHARE_CACHE>,
pub Reserved: UnionField<[u32; 20]>,
pub union_field: [u32; 20],
}Fieldsยง
ยงReservedCacheStats: UnionField<RESERVED_CACHE>ยงReserved: UnionField<[u32; 20]>ยงunion_field: [u32; 20]Trait Implementationsยง
sourceยงimpl Debug for CACHE_STATISTICS_1
impl Debug for CACHE_STATISTICS_1
Auto Trait Implementationsยง
impl RefUnwindSafe for CACHE_STATISTICS_1
impl Send for CACHE_STATISTICS_1
impl Sync for CACHE_STATISTICS_1
impl Unpin for CACHE_STATISTICS_1
impl UnwindSafe for CACHE_STATISTICS_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