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