#[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: u64§NumRDataPacketsReceived: u64§NumDuplicateDataPackets: u64§DataBytesReceived: u64§TotalBytesReceived: u64§RateKBitsPerSecOverall: u64§RateKBitsPerSecLast: u64§TrailingEdgeSeqId: u64§LeadingEdgeSeqId: u64§AverageSequencesInWindow: u64§MinSequencesInWindow: u64§MaxSequencesInWindow: u64§FirstNakSequenceNumber: u64§NumPendingNaks: u64§NumOutstandingNaks: u64§NumDataPacketsBuffered: u64§TotalSelectiveNaksSent: u64§TotalParityNaksSent: 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.