pub struct VlanQosTbl<'a>(/* private fields */);
Trait Implementations§
Source§impl<'a> AttrTbl<'a> for VlanQosTbl<'a>
impl<'a> AttrTbl<'a> for VlanQosTbl<'a>
type Index = VlanQos
fn new() -> Self
fn _set(&mut self, i: VlanQos, attr: &'a Attr<'_>)
fn try_from_nlmsg(offset: usize, nlh: &'a Msghdr<'_>) -> Result<Self, Errno>
fn try_from_nest(nest: &'a Attr<'_>) -> Result<Self, Errno>
fn add( &mut self, attr: &'a Attr<'a>, count: &mut usize, ) -> Result<CbStatus, Box<dyn Error>>
fn from_nlmsg(offset: usize, nlh: &'a Msghdr<'_>) -> Result<Self, Errno>
fn from_nest(nest: &'a Attr<'_>) -> Result<Self, Errno>
Source§impl<'a> Index<VlanQos> for VlanQosTbl<'a>
impl<'a> Index<VlanQos> for VlanQosTbl<'a>
Auto Trait Implementations§
impl<'a> Freeze for VlanQosTbl<'a>
impl<'a> RefUnwindSafe for VlanQosTbl<'a>
impl<'a> Send for VlanQosTbl<'a>
impl<'a> Sync for VlanQosTbl<'a>
impl<'a> Unpin for VlanQosTbl<'a>
impl<'a> UnwindSafe for VlanQosTbl<'a>
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