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_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

impl PartialEq for addrinfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for addrinfo
[src]

Auto Trait Implementations

impl !Send for addrinfo

impl !Sync for addrinfo