pub enum VLANTCW {
VLANTC16,
VLANTC12,
}
Expand description
Values that can be written to the field VLANTC
Variants§
VLANTC16
Full 16 bit VLAN identifiers are used for comparison and filtering
VLANTC12
12 bit VLAN identifies are used for comparison and filtering
Auto Trait Implementations§
impl Freeze for VLANTCW
impl RefUnwindSafe for VLANTCW
impl Send for VLANTCW
impl Sync for VLANTCW
impl Unpin for VLANTCW
impl UnwindSafe for VLANTCW
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