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

#[repr(C)]
pub struct ADDRINFOEX3W {
    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: PWSTR,
    pub ai_addr: *mut SOCKADDR,
    pub ai_blob: *mut c_void,
    pub ai_bloblen: size_t,
    pub ai_provider: LPGUID,
    pub ai_next: *mut ADDRINFOEX3W,
    pub ai_version: c_int,
    pub ai_fqdn: PWSTR,
    pub ai_interfaceindex: c_int,
}

Fields

ai_flags: c_intai_family: c_intai_socktype: c_intai_protocol: c_intai_addrlen: size_tai_canonname: PWSTRai_addr: *mut SOCKADDRai_blob: *mut c_voidai_bloblen: size_tai_provider: LPGUIDai_next: *mut ADDRINFOEX3Wai_version: c_intai_fqdn: PWSTRai_interfaceindex: c_int

Trait Implementations

impl Copy for ADDRINFOEX3W[src]

impl Clone for ADDRINFOEX3W[src]

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

Performs copy-assignment from source. Read more

impl Default for ADDRINFOEX3W[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]