Struct windows_native::winsta::PROTOCOLCOUNTERS
source ยท #[repr(C)]pub struct PROTOCOLCOUNTERS {Show 17 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: PROTOCOLCOUNTERS_1,
}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: PROTOCOLCOUNTERS_1Trait Implementationsยง
sourceยงimpl Debug for PROTOCOLCOUNTERS
impl Debug 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ยง
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