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

Trait Implementations

impl Copy for arphdr
[src]

impl Clone for arphdr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for arphdr
[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 arphdr
[src]

Auto Trait Implementations

impl Send for arphdr

impl Sync for arphdr