Struct windows_sys::Win32::System::RemoteDesktop::WTS_CACHE_STATS
[−]#[repr(C)]pub struct WTS_CACHE_STATS {
pub Specific: u32,
pub Data: WTS_CACHE_STATS_UN,
pub ProtocolType: u16,
pub Length: u16,
}
Expand description
Required features: "Win32_System_RemoteDesktop"
Fields
Specific: u32
Data: WTS_CACHE_STATS_UN
ProtocolType: u16
Length: u16
Trait Implementations
impl Clone for WTS_CACHE_STATS
impl Clone for WTS_CACHE_STATS
impl Copy for WTS_CACHE_STATS
Auto Trait Implementations
impl RefUnwindSafe for WTS_CACHE_STATS
impl Send for WTS_CACHE_STATS
impl Sync for WTS_CACHE_STATS
impl Unpin for WTS_CACHE_STATS
impl UnwindSafe for WTS_CACHE_STATS
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