Union cyclors::ifreq__bindgen_ty_2[][src]

#[repr(C)]
pub union ifreq__bindgen_ty_2 {
    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_ivalue: c_int,
    pub ifru_mtu: c_int,
    pub ifru_map: ifmap,
    pub ifru_slave: [c_char; 16],
    pub ifru_newname: [c_char; 16],
    pub ifru_data: __caddr_t,
}

Fields

ifru_addr: sockaddrifru_dstaddr: sockaddrifru_broadaddr: sockaddrifru_netmask: sockaddrifru_hwaddr: sockaddrifru_flags: c_shortifru_ivalue: c_intifru_mtu: c_intifru_map: ifmapifru_slave: [c_char; 16]ifru_newname: [c_char; 16]ifru_data: __caddr_t

Trait Implementations

impl Clone for ifreq__bindgen_ty_2[src]

impl Copy for ifreq__bindgen_ty_2[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.