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