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§
Source§impl Ord for EkkoData
impl Ord for EkkoData
Source§impl PartialOrd for EkkoData
impl PartialOrd for EkkoData
impl Eq for EkkoData
Auto Trait Implementations§
impl Freeze for EkkoData
impl RefUnwindSafe for EkkoData
impl Send for EkkoData
impl Sync for EkkoData
impl Unpin 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