pub struct NetlinkSocket { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for NetlinkSocket
impl RefUnwindSafe for NetlinkSocket
impl Send for NetlinkSocket
impl Sync for NetlinkSocket
impl Unpin for NetlinkSocket
impl UnsafeUnpin for NetlinkSocket
impl UnwindSafe for NetlinkSocket
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