Enum peel_ip::layer2::icmpv6::Icmpv6Data [] [src]

pub enum Icmpv6Data {
    Echo(IcmpEcho),
}

Representation of a certain ICMPv6 message

Variants

ICMPv6 ping request and reply

Trait Implementations

impl Debug for Icmpv6Data
[src]

Formats the value using the given formatter.

impl Eq for Icmpv6Data
[src]

impl PartialEq for Icmpv6Data
[src]

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

This method tests for !=.