Enum net_parse::l2::EthType [] [src]

pub enum EthType {
    IPv4,
}

Variants

Trait Implementations

impl Debug for EthType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for EthType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl From<u16> for EthType
[src]

[src]

Performs the conversion.