Struct winapi::ws2def::ADDRINFOEXA [] [src]

pub struct ADDRINFOEXA {
    pub ai_flags: c_int,
    pub ai_family: c_int,
    pub ai_socktype: c_int,
    pub ai_protocol: c_int,
    pub ai_addrlen: size_t,
    pub ai_canonname: *mut c_char,
    pub ai_addr: *mut SOCKADDR,
    pub ai_blob: *mut c_void,
    pub ai_bloblen: size_t,
    pub ai_provider: LPGUID,
    pub ai_next: *mut ADDRINFOEXW,
}

Fields

ai_flags: c_int ai_family: c_int ai_socktype: c_int ai_protocol: c_int ai_addrlen: size_t ai_canonname: *mut c_char ai_addr: *mut SOCKADDR ai_blob: *mut c_void ai_bloblen: size_t ai_provider: LPGUID ai_next: *mut ADDRINFOEXW

Trait Implementations

impl Debug for ADDRINFOEXA
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for ADDRINFOEXA
[src]

impl Clone for ADDRINFOEXA
[src]

fn clone(&self) -> ADDRINFOEXA

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