pub struct EkkoData {
pub timepoint: Instant,
pub elapsed: Duration,
pub address: Option<IpAddr>,
pub identifier: u16,
pub sequence: u16,
pub hops: u32,
}Fields§
§timepoint: InstantTimepoint for send.
elapsed: DurationElapsed time since send.
address: Option<IpAddr>Responders address.
identifier: u16Echo requests identifier.
sequence: u16Echo requests sequence.
hops: u32Number of hops.
Trait Implementations§
impl Eq for EkkoData
Source§impl Ord for EkkoData
impl Ord for EkkoData
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Auto Trait Implementations§
impl Freeze for EkkoData
impl RefUnwindSafe for EkkoData
impl Send for EkkoData
impl Sync for EkkoData
impl Unpin for EkkoData
impl UnsafeUnpin for EkkoData
impl UnwindSafe for EkkoData
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