Struct libc_interface::arphdr [−][src]
#[repr(C)]pub struct arphdr { pub ar_hrd: u16, pub ar_pro: u16, pub ar_hln: u8, pub ar_pln: u8, pub ar_op: u16, }
Fields
ar_hrd: u16
ar_pro: u16
ar_hln: u8
ar_pln: u8
ar_op: u16
Trait Implementations
impl Copy for arphdr
[src]
impl Copy for arphdr
impl Clone for arphdr
[src]
impl Clone for arphdr
fn clone(&self) -> arphdr
[src]
fn clone(&self) -> arphdr
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 arphdr
[src]
impl PartialEq for arphdr
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 arphdr
[src]
impl Eq for arphdr