#[repr(u16)]pub enum VlanQos {
Unspec = 0,
Mapping = 1,
_MAX = 2,
}
Variants§
Trait Implementations§
Source§impl<'a> Index<VlanQos> for VlanQosTbl<'a>
impl<'a> Index<VlanQos> for VlanQosTbl<'a>
Source§impl<'a> IndexMut<VlanQos> for VlanQosTbl<'a>
impl<'a> IndexMut<VlanQos> for VlanQosTbl<'a>
impl Copy for VlanQos
impl Eq for VlanQos
impl StructuralPartialEq for VlanQos
Auto Trait Implementations§
impl Freeze for VlanQos
impl RefUnwindSafe for VlanQos
impl Send for VlanQos
impl Sync for VlanQos
impl Unpin for VlanQos
impl UnwindSafe for VlanQos
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