Struct windows::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],
}
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
§fn clone(&self) -> WTS_PROTOCOL_COUNTERS
fn clone(&self) -> WTS_PROTOCOL_COUNTERS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for WTS_PROTOCOL_COUNTERS
impl Debug for WTS_PROTOCOL_COUNTERS
§impl Default for WTS_PROTOCOL_COUNTERS
impl Default for WTS_PROTOCOL_COUNTERS
§impl PartialEq for WTS_PROTOCOL_COUNTERS
impl PartialEq for WTS_PROTOCOL_COUNTERS
§fn eq(&self, other: &WTS_PROTOCOL_COUNTERS) -> bool
fn eq(&self, other: &WTS_PROTOCOL_COUNTERS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WTS_PROTOCOL_COUNTERS
impl Eq for WTS_PROTOCOL_COUNTERS
impl StructuralPartialEq for WTS_PROTOCOL_COUNTERS
Auto Trait Implementations§
impl Freeze for WTS_PROTOCOL_COUNTERS
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)