Enum pktparse::arp::HardwareAddressType[][src]

pub enum HardwareAddressType {
    Ethernet,
    Other(u16),
}

Variants

Trait Implementations

impl Debug for HardwareAddressType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for HardwareAddressType
[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 HardwareAddressType
[src]

Auto Trait Implementations