Struct windows::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,
}
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
§fn clone(&self) -> RM_SENDER_STATS
fn clone(&self) -> RM_SENDER_STATS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for RM_SENDER_STATS
impl Debug for RM_SENDER_STATS
§impl Default for RM_SENDER_STATS
impl Default for RM_SENDER_STATS
§impl PartialEq for RM_SENDER_STATS
impl PartialEq for RM_SENDER_STATS
§fn eq(&self, other: &RM_SENDER_STATS) -> bool
fn eq(&self, other: &RM_SENDER_STATS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RM_SENDER_STATS
impl Eq for RM_SENDER_STATS
impl StructuralPartialEq for RM_SENDER_STATS
Auto Trait Implementations§
impl Freeze for RM_SENDER_STATS
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)