pub struct mnl_socket { /* private fields */ }Trait Implementations§
Source§impl Clone for mnl_socket
impl Clone for mnl_socket
Source§fn clone(&self) -> mnl_socket
fn clone(&self) -> mnl_socket
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for mnl_socket
impl Debug for mnl_socket
impl Copy for mnl_socket
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