[][src]Struct winapi::shared::ws2def::ADDRINFOEX2A

#[repr(C)]
pub struct ADDRINFOEX2A {
    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 ADDRINFOEX2W,
    pub ai_version: c_int,
    pub ai_fqdn: *mut c_char,
}

Fields

ai_flags: c_intai_family: c_intai_socktype: c_intai_protocol: c_intai_addrlen: size_tai_canonname: *mut c_charai_addr: *mut SOCKADDRai_blob: *mut c_voidai_bloblen: size_tai_provider: LPGUIDai_next: *mut ADDRINFOEX2Wai_version: c_intai_fqdn: *mut c_char

Trait Implementations

impl Copy for ADDRINFOEX2A[src]

impl Clone for ADDRINFOEX2A[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for ADDRINFOEX2A[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]