#[repr(u8)]pub enum MacInnerVlanInclVlc {
NO_TAG_DEL_INS_REP = 0,
TAG_DEL = 1,
TAG_INS = 2,
TAG_REP = 3,
}Variants§
NO_TAG_DEL_INS_REP = 0
No VLAN tag deletion, insertion, or replacement
TAG_DEL = 1
VLAN tag deletion
TAG_INS = 2
VLAN tag insertion
TAG_REP = 3
VLAN tag replacement
Implementations§
Trait Implementations§
Source§impl Clone for MacInnerVlanInclVlc
impl Clone for MacInnerVlanInclVlc
Source§fn clone(&self) -> MacInnerVlanInclVlc
fn clone(&self) -> MacInnerVlanInclVlc
Returns a duplicate 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 moreSource§impl Debug for MacInnerVlanInclVlc
impl Debug for MacInnerVlanInclVlc
Source§impl From<MacInnerVlanInclVlc> for u8
impl From<MacInnerVlanInclVlc> for u8
Source§fn from(val: MacInnerVlanInclVlc) -> u8
fn from(val: MacInnerVlanInclVlc) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MacInnerVlanInclVlc
impl From<u8> for MacInnerVlanInclVlc
Source§fn from(val: u8) -> MacInnerVlanInclVlc
fn from(val: u8) -> MacInnerVlanInclVlc
Converts to this type from the input type.
Source§impl Ord for MacInnerVlanInclVlc
impl Ord for MacInnerVlanInclVlc
Source§fn cmp(&self, other: &MacInnerVlanInclVlc) -> Ordering
fn cmp(&self, other: &MacInnerVlanInclVlc) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MacInnerVlanInclVlc
impl PartialEq for MacInnerVlanInclVlc
Source§impl PartialOrd for MacInnerVlanInclVlc
impl PartialOrd for MacInnerVlanInclVlc
impl Copy for MacInnerVlanInclVlc
impl Eq for MacInnerVlanInclVlc
impl StructuralPartialEq for MacInnerVlanInclVlc
Auto Trait Implementations§
impl Freeze for MacInnerVlanInclVlc
impl RefUnwindSafe for MacInnerVlanInclVlc
impl Send for MacInnerVlanInclVlc
impl Sync for MacInnerVlanInclVlc
impl Unpin for MacInnerVlanInclVlc
impl UnwindSafe for MacInnerVlanInclVlc
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