Struct windows_sys::Win32::System::RemoteDesktop::WTS_PROTOCOL_COUNTERS
[−]#[repr(C)]pub struct WTS_PROTOCOL_COUNTERS {Show 18 fields
pub WdBytes: u32,
pub WdFrames: u32,
pub WaitForOutBuf: u32,
pub Frames: u32,
pub Bytes: u32,
pub CompressedBytes: u32,
pub CompressFlushes: u32,
pub Errors: u32,
pub Timeouts: u32,
pub AsyncFramingError: u32,
pub AsyncOverrunError: u32,
pub AsyncOverflowError: u32,
pub AsyncParityError: u32,
pub TdErrors: u32,
pub ProtocolType: u16,
pub Length: u16,
pub Specific: u16,
pub Reserved: [u32; 100],
}
Expand description
Required features: "Win32_System_RemoteDesktop"
Fields
WdBytes: u32
WdFrames: u32
WaitForOutBuf: u32
Frames: u32
Bytes: u32
CompressedBytes: u32
CompressFlushes: u32
Errors: u32
Timeouts: u32
AsyncFramingError: u32
AsyncOverrunError: u32
AsyncOverflowError: u32
AsyncParityError: u32
TdErrors: u32
ProtocolType: u16
Length: u16
Specific: u16
Reserved: [u32; 100]
Trait Implementations
impl Clone for WTS_PROTOCOL_COUNTERS
impl Clone for WTS_PROTOCOL_COUNTERS
impl Copy for WTS_PROTOCOL_COUNTERS
Auto Trait Implementations
impl RefUnwindSafe for WTS_PROTOCOL_COUNTERS
impl Send for WTS_PROTOCOL_COUNTERS
impl Sync for WTS_PROTOCOL_COUNTERS
impl Unpin for WTS_PROTOCOL_COUNTERS
impl UnwindSafe for WTS_PROTOCOL_COUNTERS
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