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
ai_family
ai_socktype
ai_protocol
ai_addrlen
ai_canonname
ai_addr
ai_blob
ai_bloblen
ai_provider
ai_next

Trait Implementations

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

Derived Implementations

impl Debug for ADDRINFOEXA
[src]

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

Formats the value using the given formatter.