Struct libc_interface::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

Trait Implementations

impl Copy for arpd_request
[src]

impl Clone for arpd_request
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for arpd_request
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for arpd_request
[src]

Auto Trait Implementations