[−][src]Struct libc::if_data
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: timeval32
ifi_unused2: u32
ifi_hwassist: u32
ifi_reserved1: u32
ifi_reserved2: u32
Trait Implementations
impl Clone for if_data
[src]
impl Clone for if_data
fn clone(&self) -> if_data
[src]
fn clone(&self) -> if_data
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 Copy for if_data
[src]
impl Copy for if_data
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
fn get_type_id(&self) -> TypeId
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
fn borrow_mut(&mut self) -> &mut T
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,