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: u64TotalBytesSent: u64NaksReceived: u64NaksReceivedTooLate: u64NumOutstandingNaks: u64NumNaksAfterRData: u64RepairPacketsSent: u64BufferSpaceAvailable: u64TrailingEdgeSeqId: u64LeadingEdgeSeqId: u64RateKBitsPerSecOverall: u64RateKBitsPerSecLast: u64TotalODataPacketsSent: u64Trait 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