Enum etherparse::IpHeader [] [src]

pub enum IpHeader {
    Version4(Ipv4Header),
    Version6(Ipv6Header),
}

Internet protocol headers

Variants

Trait Implementations

impl Debug for IpHeader
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for IpHeader
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.