Struct libc::ifaddrs
[−]
[src]
pub struct ifaddrs { pub ifa_next: *mut ifaddrs, pub ifa_name: *mut c_char, pub ifa_flags: c_uint, pub ifa_addr: *mut sockaddr, pub ifa_netmask: *mut sockaddr, pub ifa_ifu: *mut sockaddr, pub ifa_data: *mut c_void, }
Fields
ifa_next | |
ifa_name | |
ifa_flags | |
ifa_addr | |
ifa_netmask | |
ifa_ifu | |
ifa_data |
Trait Implementations
impl Copy for ifaddrs
[src]
impl Clone for ifaddrs
[src]
fn clone(&self) -> ifaddrs
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more