pub struct IpdvStats {
pub round_trip: DurationStatsWithMedian,
pub send: DurationStatsWithMedian,
pub receive: DurationStatsWithMedian,
}Fields§
§round_trip: DurationStatsWithMedian§send: DurationStatsWithMedian§receive: DurationStatsWithMedianTrait Implementations§
impl StructuralPartialEq for IpdvStats
Auto Trait Implementations§
impl Freeze for IpdvStats
impl RefUnwindSafe for IpdvStats
impl Send for IpdvStats
impl Sync for IpdvStats
impl Unpin for IpdvStats
impl UnsafeUnpin for IpdvStats
impl UnwindSafe for IpdvStats
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