Struct libc::arpd_request [−][src]
#[repr(C)]pub struct arpd_request { pub req: c_ushort, pub ip: u32, pub dev: c_ulong, pub stamp: c_ulong, pub updated: c_ulong, pub ha: [c_uchar; 7], }
Fields
req: c_ushortip: u32dev: c_ulongstamp: c_ulongupdated: c_ulongha: [c_uchar; 7]Trait Implementations
impl Clone for arpd_request[src]
impl Clone for arpd_request[src]fn clone(&self) -> arpd_request[src]
fn clone(&self) -> arpd_request[src]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