pub struct VlanTbl<'a>(/* private fields */);
Trait Implementations§
Source§impl<'a> AttrTbl<'a> for VlanTbl<'a>
impl<'a> AttrTbl<'a> for VlanTbl<'a>
type Index = Vlan
fn new() -> Self
fn _set(&mut self, i: Vlan, 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>
Auto Trait Implementations§
impl<'a> Freeze for VlanTbl<'a>
impl<'a> RefUnwindSafe for VlanTbl<'a>
impl<'a> Send for VlanTbl<'a>
impl<'a> Sync for VlanTbl<'a>
impl<'a> Unpin for VlanTbl<'a>
impl<'a> UnwindSafe for VlanTbl<'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