#[repr(C)]
pub struct if_data {
Show 29 fields 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: timeval32, pub ifi_unused2: u32, pub ifi_hwassist: u32, pub ifi_reserved1: u32, pub ifi_reserved2: u32,
}

Fields

ifi_type: c_ucharifi_typelen: c_ucharifi_physical: c_ucharifi_addrlen: c_ucharifi_hdrlen: c_ucharifi_recvquota: c_ucharifi_xmitquota: c_ucharifi_unused1: c_ucharifi_mtu: u32ifi_metric: u32ifi_baudrate: u32ifi_ipackets: u32ifi_ierrors: u32ifi_opackets: u32ifi_oerrors: u32ifi_collisions: u32ifi_ibytes: u32ifi_obytes: u32ifi_imcasts: u32ifi_omcasts: u32ifi_iqdrops: u32ifi_noproto: u32ifi_recvtiming: u32ifi_xmittiming: u32ifi_lastchange: timeval32ifi_unused2: u32ifi_hwassist: u32ifi_reserved1: u32ifi_reserved2: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.