Enum etherparse::LinkSlice[][src]

pub enum LinkSlice<'a> {
    Ethernet2(Ethernet2HeaderSlice<'a>),
}

Variants

Trait Implementations

impl<'a> Clone for LinkSlice<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for LinkSlice<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Eq for LinkSlice<'a>
[src]

impl<'a> PartialEq for LinkSlice<'a>
[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<'a> Send for LinkSlice<'a>

impl<'a> Sync for LinkSlice<'a>