pub enum IflaVlanQos {
Mapping(IflaVlanQosMapping),
}Available on crate feature
rt-link only.Variants§
Mapping(IflaVlanQosMapping)
Attribute may repeat multiple times (treat it as array)
Implementations§
Source§impl IflaVlanQos
impl IflaVlanQos
pub fn new<'a>(buf: &'a [u8]) -> IterableIflaVlanQos<'a> ⓘ
Trait Implementations§
Source§impl Clone for IflaVlanQos
impl Clone for IflaVlanQos
Source§fn clone(&self) -> IflaVlanQos
fn clone(&self) -> IflaVlanQos
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for IflaVlanQos
impl RefUnwindSafe for IflaVlanQos
impl Send for IflaVlanQos
impl Sync for IflaVlanQos
impl Unpin for IflaVlanQos
impl UnsafeUnpin for IflaVlanQos
impl UnwindSafe for IflaVlanQos
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