pub struct PingReply {
pub seq: SequenceNumber,
pub ttl: Option<u8>,
pub payload_size: usize,
pub source: Option<IpAddr>,
}Fields§
§seq: SequenceNumber§ttl: Option<u8>§payload_size: usize§source: Option<IpAddr>Implementations§
Trait Implementations§
impl Eq for PingReply
impl StructuralPartialEq for PingReply
Auto Trait Implementations§
impl Freeze for PingReply
impl RefUnwindSafe for PingReply
impl Send for PingReply
impl Sync for PingReply
impl Unpin for PingReply
impl UnsafeUnpin for PingReply
impl UnwindSafe for PingReply
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