pub struct mnl_socket(/* private fields */);Auto Trait Implementations§
impl Freeze for mnl_socket
impl RefUnwindSafe for mnl_socket
impl Send for mnl_socket
impl Sync for mnl_socket
impl Unpin for mnl_socket
impl UnwindSafe for mnl_socket
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