pub struct PingReply {
pub src_ip: [u8; 4],
pub identifier: u16,
pub sequence: u16,
pub payload_len: usize,
}Fields§
§src_ip: [u8; 4]§identifier: u16§sequence: u16§payload_len: usizeTrait Implementations§
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