#[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_Specific

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.