pub enum InfoVlan {
Unspec(Vec<u8>),
Id(u16),
Flags((u32, u32)),
EgressQos(Vec<u8>),
IngressQos(Vec<u8>),
Protocol(u16),
}
Variants
Unspec(Vec<u8>)
Id(u16)
Flags((u32, u32))
EgressQos(Vec<u8>)
IngressQos(Vec<u8>)
Protocol(u16)
Trait Implementations
impl Eq for InfoVlan
impl StructuralEq for InfoVlan
impl StructuralPartialEq for InfoVlan
Auto Trait Implementations
impl RefUnwindSafe for InfoVlan
impl Send for InfoVlan
impl Sync for InfoVlan
impl Unpin for InfoVlan
impl UnwindSafe for InfoVlan
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more