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],
}Fields§
§Output: WTS_PROTOCOL_COUNTERS§Input: WTS_PROTOCOL_COUNTERS§Cache: WTS_CACHE_STATS§AsyncSignal: u32§AsyncSignalMask: u32§Counters: [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§
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