Struct libc_interface::addrinfo [−][src]
#[repr(C)]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_canonname: *mut c_char, pub ai_addr: *mut sockaddr, pub ai_next: *mut addrinfo, }
Fields
ai_flags: c_int
ai_family: c_int
ai_socktype: c_int
ai_protocol: c_int
ai_addrlen: socklen_t
ai_canonname: *mut c_char
ai_addr: *mut sockaddr
ai_next: *mut addrinfo
Trait Implementations
impl Copy for addrinfo[src]
impl Copy for addrinfoimpl Clone for addrinfo[src]
impl Clone for addrinfofn clone(&self) -> addrinfo[src]
fn clone(&self) -> addrinfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for addrinfo[src]
impl PartialEq for addrinfofn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for addrinfo[src]
impl Eq for addrinfo