Enum peel_ip::layer2::icmpv6::Icmpv6Data
[−]
[src]
pub enum Icmpv6Data { Echo(IcmpEcho), }
Representation of a certain ICMPv6
message
Variants
Echo(IcmpEcho)
ICMPv6 ping request and reply
Trait Implementations
impl Debug for Icmpv6Data
[src]
impl Eq for Icmpv6Data
[src]
impl PartialEq for Icmpv6Data
[src]
fn eq(&self, __arg_0: &Icmpv6Data) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Icmpv6Data) -> bool
This method tests for !=
.