pub struct NetlinkAddr(pub sockaddr_nl);
Tuple Fields
0: sockaddr_nl
Implementations
Trait Implementations
sourceimpl Clone for NetlinkAddr
impl Clone for NetlinkAddr
sourcefn clone(&self) -> NetlinkAddr
fn clone(&self) -> NetlinkAddr
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for NetlinkAddr
impl Debug for NetlinkAddr
sourceimpl Display for NetlinkAddr
impl Display for NetlinkAddr
sourceimpl Hash for NetlinkAddr
impl Hash for NetlinkAddr
sourceimpl PartialEq<NetlinkAddr> for NetlinkAddr
impl PartialEq<NetlinkAddr> for NetlinkAddr
sourcefn eq(&self, other: &NetlinkAddr) -> bool
fn eq(&self, other: &NetlinkAddr) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &NetlinkAddr) -> bool
fn ne(&self, other: &NetlinkAddr) -> bool
This method tests for !=
.
impl Copy for NetlinkAddr
impl Eq for NetlinkAddr
impl StructuralEq for NetlinkAddr
impl StructuralPartialEq for NetlinkAddr
Auto Trait Implementations
impl RefUnwindSafe for NetlinkAddr
impl Send for NetlinkAddr
impl Sync for NetlinkAddr
impl Unpin for NetlinkAddr
impl UnwindSafe for NetlinkAddr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more