#[repr(u8)]pub enum Eivls {
DONOT = 0,
IFPASS = 1,
IFFAIL = 2,
ALWAYS = 3,
}Variants§
DONOT = 0
Do not strip.
IFPASS = 1
Strip if VLAN filter passes.
IFFAIL = 2
Strip if VLAN filter fails.
ALWAYS = 3
Always strip.
Implementations§
Trait Implementations§
Source§impl Ord for Eivls
impl Ord for Eivls
Source§impl PartialOrd for Eivls
impl PartialOrd for Eivls
impl Copy for Eivls
impl Eq for Eivls
impl StructuralPartialEq for Eivls
Auto Trait Implementations§
impl Freeze for Eivls
impl RefUnwindSafe for Eivls
impl Send for Eivls
impl Sync for Eivls
impl Unpin for Eivls
impl UnwindSafe for Eivls
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more