pub struct Netlink { /* private fields */ }
Expand description
A struct for communicating with the kernel via netlink.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Netlink
impl RefUnwindSafe for Netlink
impl Send for Netlink
impl Sync for Netlink
impl Unpin for Netlink
impl UnwindSafe for Netlink
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