Union linux_raw_sys::net::ifreq__bindgen_ty_2  
source · #[repr(C)]
pub union ifreq__bindgen_ty_2 {
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_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: *mut c_void,
    pub ifru_settings: if_settings,
}Fields§
§ifru_addr: sockaddr§ifru_dstaddr: sockaddr§ifru_broadaddr: sockaddr§ifru_netmask: sockaddr§ifru_hwaddr: sockaddr§ifru_flags: c_short§ifru_ivalue: c_int§ifru_mtu: c_int§ifru_map: ifmap§ifru_slave: [c_char; 16]§ifru_newname: [c_char; 16]§ifru_data: *mut c_void§ifru_settings: if_settingsTrait Implementations§
source§impl Clone for ifreq__bindgen_ty_2
 
impl Clone for ifreq__bindgen_ty_2
source§fn clone(&self) -> ifreq__bindgen_ty_2
 
fn clone(&self) -> ifreq__bindgen_ty_2
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for ifreq__bindgen_ty_2
Auto Trait Implementations§
impl Freeze for ifreq__bindgen_ty_2
impl RefUnwindSafe for ifreq__bindgen_ty_2
impl !Send for ifreq__bindgen_ty_2
impl !Sync for ifreq__bindgen_ty_2
impl Unpin for ifreq__bindgen_ty_2
impl UnwindSafe for ifreq__bindgen_ty_2
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more