#[repr(C)]
pub struct RM_RECEIVER_STATS {
Show 18 fields pub NumODataPacketsReceived: u64, pub NumRDataPacketsReceived: u64, pub NumDuplicateDataPackets: u64, pub DataBytesReceived: u64, pub TotalBytesReceived: u64, pub RateKBitsPerSecOverall: u64, pub RateKBitsPerSecLast: u64, pub TrailingEdgeSeqId: u64, pub LeadingEdgeSeqId: u64, pub AverageSequencesInWindow: u64, pub MinSequencesInWindow: u64, pub MaxSequencesInWindow: u64, pub FirstNakSequenceNumber: u64, pub NumPendingNaks: u64, pub NumOutstandingNaks: u64, pub NumDataPacketsBuffered: u64, pub TotalSelectiveNaksSent: u64, pub TotalParityNaksSent: u64,
}
Expand description

Required features: "Win32_Networking_WinSock"

Fields

NumODataPacketsReceived: u64NumRDataPacketsReceived: u64NumDuplicateDataPackets: u64DataBytesReceived: u64TotalBytesReceived: u64RateKBitsPerSecOverall: u64RateKBitsPerSecLast: u64TrailingEdgeSeqId: u64LeadingEdgeSeqId: u64AverageSequencesInWindow: u64MinSequencesInWindow: u64MaxSequencesInWindow: u64FirstNakSequenceNumber: u64NumPendingNaks: u64NumOutstandingNaks: u64NumDataPacketsBuffered: u64TotalSelectiveNaksSent: u64TotalParityNaksSent: u64

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.