Enum etherparse::packet_filter::LinkFilter
source · Variants§
Implementations§
source§impl LinkFilter
impl LinkFilter
pub fn applies_to_slice(&self, slice: &LinkSlice<'_>) -> bool
Trait Implementations§
source§impl Clone for LinkFilter
impl Clone for LinkFilter
source§fn clone(&self) -> LinkFilter
fn clone(&self) -> LinkFilter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more