#[repr(u8)]pub enum Evls {
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 Evls
impl Ord for Evls
Source§impl PartialOrd for Evls
impl PartialOrd for Evls
impl Copy for Evls
impl Eq for Evls
impl StructuralPartialEq for Evls
Auto Trait Implementations§
impl Freeze for Evls
impl RefUnwindSafe for Evls
impl Send for Evls
impl Sync for Evls
impl Unpin for Evls
impl UnwindSafe for Evls
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