Union windows_sys::Win32::System::RemoteDesktop::WTS_CACHE_STATS_UN
[−]#[repr(C)]
pub union WTS_CACHE_STATS_UN {
pub ProtocolCache: [WTS_PROTOCOL_CACHE; 4],
pub TShareCacheStats: u32,
pub Reserved: [u32; 20],
}
Expand description
Required features: "Win32_System_RemoteDesktop"
Fields
ProtocolCache: [WTS_PROTOCOL_CACHE; 4]
Reserved: [u32; 20]
Trait Implementations
impl Clone for WTS_CACHE_STATS_UN
impl Clone for WTS_CACHE_STATS_UN
impl Copy for WTS_CACHE_STATS_UN
Auto Trait Implementations
impl RefUnwindSafe for WTS_CACHE_STATS_UN
impl Send for WTS_CACHE_STATS_UN
impl Sync for WTS_CACHE_STATS_UN
impl Unpin for WTS_CACHE_STATS_UN
impl UnwindSafe for WTS_CACHE_STATS_UN
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more