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