Enum pktparse::arp::ProtocolAddressType[][src]

pub enum ProtocolAddressType {
    IPv4,
    Other(u16),
}

Variants

Trait Implementations

impl Debug for ProtocolAddressType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ProtocolAddressType
[src]

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

This method tests for !=.

impl Eq for ProtocolAddressType
[src]

Auto Trait Implementations