pub struct NetlinkReplyChained<'sock> { /* private fields */ }Implementations§
Source§impl NetlinkReplyChained<'_>
impl NetlinkReplyChained<'_>
Auto Trait Implementations§
impl<'sock> Freeze for NetlinkReplyChained<'sock>
impl<'sock> !RefUnwindSafe for NetlinkReplyChained<'sock>
impl<'sock> !Send for NetlinkReplyChained<'sock>
impl<'sock> !Sync for NetlinkReplyChained<'sock>
impl<'sock> Unpin for NetlinkReplyChained<'sock>
impl<'sock> !UnwindSafe for NetlinkReplyChained<'sock>
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