Struct windows_sys::Win32::Networking::WinSock::RM_SENDER_STATS
[−]#[repr(C)]pub struct RM_SENDER_STATS {Show 13 fields
pub DataBytesSent: u64,
pub TotalBytesSent: u64,
pub NaksReceived: u64,
pub NaksReceivedTooLate: u64,
pub NumOutstandingNaks: u64,
pub NumNaksAfterRData: u64,
pub RepairPacketsSent: u64,
pub BufferSpaceAvailable: u64,
pub TrailingEdgeSeqId: u64,
pub LeadingEdgeSeqId: u64,
pub RateKBitsPerSecOverall: u64,
pub RateKBitsPerSecLast: u64,
pub TotalODataPacketsSent: u64,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
DataBytesSent: u64
TotalBytesSent: u64
NaksReceived: u64
NaksReceivedTooLate: u64
NumOutstandingNaks: u64
NumNaksAfterRData: u64
RepairPacketsSent: u64
BufferSpaceAvailable: u64
TrailingEdgeSeqId: u64
LeadingEdgeSeqId: u64
RateKBitsPerSecOverall: u64
RateKBitsPerSecLast: u64
TotalODataPacketsSent: u64
Trait Implementations
impl Clone for RM_SENDER_STATS
impl Clone for RM_SENDER_STATS
impl Copy for RM_SENDER_STATS
Auto Trait Implementations
impl RefUnwindSafe for RM_SENDER_STATS
impl Send for RM_SENDER_STATS
impl Sync for RM_SENDER_STATS
impl Unpin for RM_SENDER_STATS
impl UnwindSafe for RM_SENDER_STATS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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