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

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

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 ADDRINFOEX2Wai_version: c_intai_fqdn: PWSTR

Trait Implementations

impl Copy for ADDRINFOEX2W[src]

impl Clone for ADDRINFOEX2W[src]

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

Performs copy-assignment from source. Read more

impl Default for ADDRINFOEX2W[src]

Auto Trait Implementations

impl !Send for ADDRINFOEX2W

impl !Sync for ADDRINFOEX2W

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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