Struct pnet::packet::icmp::echo_request::EchoRequest
[−]
[src]
pub struct EchoRequest {
// some fields omitted
}Represents an "echo request" ICMP packet.
Trait Implementations
Derived Implementations
impl Clone for EchoRequest[src]
fn clone(&self) -> EchoRequest
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more