Struct libc::addrinfo [] [src]

pub struct addrinfo {
    pub ai_flags: c_int,
    pub ai_family: c_int,
    pub ai_socktype: c_int,
    pub ai_protocol: c_int,
    pub ai_addrlen: socklen_t,
    pub ai_addr: *mut sockaddr,
    pub ai_canonname: *mut c_char,
    pub ai_next: *mut addrinfo,
}

Fields

Trait Implementations

impl Copy for addrinfo
[src]

impl Clone for addrinfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more