pub enum InfoVlan {
Unspec(Vec<u8>),
Id(u16),
Flags((u32, u32)),
EgressQos(Vec<u8>),
IngressQos(Vec<u8>),
Protocol(u16),
}Variants§
Trait Implementations§
impl Eq for InfoVlan
impl StructuralPartialEq for InfoVlan
Auto Trait Implementations§
impl Freeze for InfoVlan
impl RefUnwindSafe for InfoVlan
impl Send for InfoVlan
impl Sync for InfoVlan
impl Unpin for InfoVlan
impl UnwindSafe for InfoVlan
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