pub enum VLANTC_A {
Vlantc16 = 0,
Vlantc12 = 1,
}
Expand description
12-bit VLAN tag comparison
Value on reset: 0
Variants§
Vlantc16 = 0
0: Full 16 bit VLAN identifiers are used for comparison and filtering
Vlantc12 = 1
1: 12 bit VLAN identifies are used for comparison and filtering
Trait Implementations§
impl Copy for VLANTC_A
impl StructuralPartialEq for VLANTC_A
Auto Trait Implementations§
impl Freeze for VLANTC_A
impl RefUnwindSafe for VLANTC_A
impl Send for VLANTC_A
impl Sync for VLANTC_A
impl Unpin for VLANTC_A
impl UnwindSafe for VLANTC_A
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