Struct pnet::packet::ipv4::Ipv4 [] [src]

pub struct Ipv4 {
    // some fields omitted
}

Represents an IPv4 Packet

Trait Implementations

Derived Implementations

impl Clone for Ipv4
[src]

fn clone(&self) -> Ipv4

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

impl Debug for Ipv4
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.