Struct windows_sys::Win32::System::RemoteDesktop::WTS_PROTOCOL_STATUS
[−]#[repr(C)]pub struct WTS_PROTOCOL_STATUS {
pub Output: WTS_PROTOCOL_COUNTERS,
pub Input: WTS_PROTOCOL_COUNTERS,
pub Cache: WTS_CACHE_STATS,
pub AsyncSignal: u32,
pub AsyncSignalMask: u32,
pub Counters: [i64; 100],
}Expand description
Required features: "Win32_System_RemoteDesktop"
Fields
Output: WTS_PROTOCOL_COUNTERSInput: WTS_PROTOCOL_COUNTERSCache: WTS_CACHE_STATSAsyncSignal: u32AsyncSignalMask: u32Counters: [i64; 100]Trait Implementations
impl Clone for WTS_PROTOCOL_STATUS
impl Clone for WTS_PROTOCOL_STATUS
impl Copy for WTS_PROTOCOL_STATUS
Auto Trait Implementations
impl RefUnwindSafe for WTS_PROTOCOL_STATUS
impl Send for WTS_PROTOCOL_STATUS
impl Sync for WTS_PROTOCOL_STATUS
impl Unpin for WTS_PROTOCOL_STATUS
impl UnwindSafe for WTS_PROTOCOL_STATUS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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