Enum etherparse::VlanFilter[][src]

pub enum VlanFilter {
    Single(Option<u16>),
    Double {
        outer_identifier: Option<u16>,
        inner_identifier: Option<u16>,
    },
}

Variants

Fields of Double

Methods

impl VlanFilter
[src]

Trait Implementations

impl Debug for VlanFilter
[src]

Formats the value using the given formatter. Read more

impl Clone for VlanFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for VlanFilter
[src]

impl PartialEq for VlanFilter
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for VlanFilter

impl Sync for VlanFilter