[−][src]Struct libc::if_data
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: u32Trait Implementations
Auto Trait Implementations
Blanket Implementations
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,