Struct libc_interface::arpreq [−][src]
#[repr(C)]pub struct arpreq { pub arp_pa: sockaddr, pub arp_ha: sockaddr, pub arp_flags: c_int, pub arp_netmask: sockaddr, pub arp_dev: [c_char; 16], }
Fields
arp_pa: sockaddr
arp_ha: sockaddr
arp_flags: c_int
arp_netmask: sockaddr
arp_dev: [c_char; 16]
Trait Implementations
impl Copy for arpreq
[src]
impl Copy for arpreq
impl Clone for arpreq
[src]
impl Clone for arpreq
fn clone(&self) -> arpreq
[src]
fn clone(&self) -> arpreq
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for arpreq
[src]
impl PartialEq for arpreq
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for arpreq
[src]
impl Eq for arpreq