#[repr(C)]
pub union __c_anonymous_ifr_ifru {
Show 13 fields pub ifru_addr: sockaddr, pub ifru_dstaddr: sockaddr, pub ifru_broadaddr: sockaddr, pub ifru_netmask: sockaddr, pub ifru_hwaddr: sockaddr, pub ifru_flags: c_short, pub ifru_ifindex: c_int, pub ifru_metric: c_int, pub ifru_mtu: c_int, pub ifru_map: __c_anonymous_ifru_map, pub ifru_slave: [c_char; 16], pub ifru_newname: [c_char; 16], pub ifru_data: *mut c_char,
}

Fields

ifru_addr: sockaddrifru_dstaddr: sockaddrifru_broadaddr: sockaddrifru_netmask: sockaddrifru_hwaddr: sockaddrifru_flags: c_shortifru_ifindex: c_intifru_metric: c_intifru_mtu: c_intifru_map: __c_anonymous_ifru_mapifru_slave: [c_char; 16]ifru_newname: [c_char; 16]ifru_data: *mut c_char

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

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

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.