pub struct RecentStatsSnapshot {
pub loss: LossStats,
pub rtt: IntegerStats,
}Fields§
§loss: LossStats§rtt: IntegerStatsTrait Implementations§
Source§impl Clone for RecentStatsSnapshot
impl Clone for RecentStatsSnapshot
Source§fn clone(&self) -> RecentStatsSnapshot
fn clone(&self) -> RecentStatsSnapshot
Returns a duplicate 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 moreSource§impl Debug for RecentStatsSnapshot
impl Debug for RecentStatsSnapshot
Source§impl PartialEq for RecentStatsSnapshot
impl PartialEq for RecentStatsSnapshot
impl Copy for RecentStatsSnapshot
impl Eq for RecentStatsSnapshot
impl StructuralPartialEq for RecentStatsSnapshot
Auto Trait Implementations§
impl Freeze for RecentStatsSnapshot
impl RefUnwindSafe for RecentStatsSnapshot
impl Send for RecentStatsSnapshot
impl Sync for RecentStatsSnapshot
impl Unpin for RecentStatsSnapshot
impl UnsafeUnpin for RecentStatsSnapshot
impl UnwindSafe for RecentStatsSnapshot
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