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

Auto Trait Implementations

impl Send for arphdr

impl Sync for arphdr