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