Struct ntapi::winsta::PROTOCOLCOUNTERS
source · [−]#[repr(C)]pub struct PROTOCOLCOUNTERS {Show 17 fields
pub WdBytes: ULONG,
pub WdFrames: ULONG,
pub WaitForOutBuf: ULONG,
pub Frames: ULONG,
pub Bytes: ULONG,
pub CompressedBytes: ULONG,
pub CompressFlushes: ULONG,
pub Errors: ULONG,
pub Timeouts: ULONG,
pub AsyncFramingError: ULONG,
pub AsyncOverrunError: ULONG,
pub AsyncOverflowError: ULONG,
pub AsyncParityError: ULONG,
pub TdErrors: ULONG,
pub ProtocolType: USHORT,
pub Length: USHORT,
pub Specific: PROTOCOLCOUNTERS_Specific,
}Fields
WdBytes: ULONGWdFrames: ULONGWaitForOutBuf: ULONGFrames: ULONGBytes: ULONGCompressedBytes: ULONGCompressFlushes: ULONGErrors: ULONGTimeouts: ULONGAsyncFramingError: ULONGAsyncOverrunError: ULONGAsyncOverflowError: ULONGAsyncParityError: ULONGTdErrors: ULONGProtocolType: USHORTLength: USHORTSpecific: PROTOCOLCOUNTERS_SpecificTrait Implementations
sourceimpl Clone for PROTOCOLCOUNTERS
impl Clone for PROTOCOLCOUNTERS
sourcefn clone(&self) -> PROTOCOLCOUNTERS
fn clone(&self) -> PROTOCOLCOUNTERS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for PROTOCOLCOUNTERS
Auto Trait Implementations
impl RefUnwindSafe for PROTOCOLCOUNTERS
impl Send for PROTOCOLCOUNTERS
impl Sync for PROTOCOLCOUNTERS
impl Unpin for PROTOCOLCOUNTERS
impl UnwindSafe for PROTOCOLCOUNTERS
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