Enum etherparse::LinkFilter[][src]

pub enum LinkFilter {
    Ethernet2 {
        source: Option<[u8; 6]>,
        destination: Option<[u8; 6]>,
    },
}

Variants

Fields of Ethernet2

Methods

impl LinkFilter
[src]

Trait Implementations

impl Debug for LinkFilter
[src]

Formats the value using the given formatter. Read more

impl Clone for LinkFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for LinkFilter
[src]

impl PartialEq for LinkFilter
[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 LinkFilter

impl Sync for LinkFilter