Struct libc_interface::if_data [−][src]
#[repr(C)]pub struct if_data { pub ifi_type: c_uchar, pub ifi_typelen: c_uchar, pub ifi_physical: c_uchar, pub ifi_addrlen: c_uchar, pub ifi_hdrlen: c_uchar, pub ifi_recvquota: c_uchar, pub ifi_xmitquota: c_uchar, pub ifi_unused1: c_uchar, pub ifi_mtu: u32, pub ifi_metric: u32, pub ifi_baudrate: u32, pub ifi_ipackets: u32, pub ifi_ierrors: u32, pub ifi_opackets: u32, pub ifi_oerrors: u32, pub ifi_collisions: u32, pub ifi_ibytes: u32, pub ifi_obytes: u32, pub ifi_imcasts: u32, pub ifi_omcasts: u32, pub ifi_iqdrops: u32, pub ifi_noproto: u32, pub ifi_recvtiming: u32, pub ifi_xmittiming: u32, pub ifi_lastchange: timeval, pub ifi_unused2: u32, pub ifi_hwassist: u32, pub ifi_reserved1: u32, pub ifi_reserved2: u32, }
Fields
ifi_type: c_uchar
ifi_typelen: c_uchar
ifi_physical: c_uchar
ifi_addrlen: c_uchar
ifi_hdrlen: c_uchar
ifi_recvquota: c_uchar
ifi_xmitquota: c_uchar
ifi_unused1: c_uchar
ifi_mtu: u32
ifi_metric: u32
ifi_baudrate: u32
ifi_ipackets: u32
ifi_ierrors: u32
ifi_opackets: u32
ifi_oerrors: u32
ifi_collisions: u32
ifi_ibytes: u32
ifi_obytes: u32
ifi_imcasts: u32
ifi_omcasts: u32
ifi_iqdrops: u32
ifi_noproto: u32
ifi_recvtiming: u32
ifi_xmittiming: u32
ifi_lastchange: timeval
ifi_unused2: u32
ifi_hwassist: u32
ifi_reserved1: u32
ifi_reserved2: u32
Trait Implementations
impl Copy for if_data
[src]
impl Copy for if_data
impl Clone for if_data
[src]
impl Clone for if_data
fn clone(&self) -> if_data
[src]
fn clone(&self) -> if_data
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 if_data
[src]
impl PartialEq for if_data
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 if_data
[src]
impl Eq for if_data