Struct winapi::winsock2::WSAQUERYSET2W [] [src]

pub struct WSAQUERYSET2W {
    pub dwSize: DWORD,
    pub lpszServiceInstanceName: LPWSTR,
    pub lpVersion: LPWSAVERSION,
    pub lpszComment: LPWSTR,
    pub dwNameSpace: DWORD,
    pub lpNSProviderId: LPGUID,
    pub lpszContext: LPWSTR,
    pub dwNumberOfProtocols: DWORD,
    pub lpafpProtocols: LPAFPROTOCOLS,
    pub lpszQueryString: LPWSTR,
    pub dwNumberOfCsAddrs: DWORD,
    pub lpcsaBuffer: LPCSADDR_INFO,
    pub dwOutputFlags: DWORD,
    pub lpBlob: LPBLOB,
}

Fields

dwSize
lpszServiceInstanceName
lpVersion
lpszComment
dwNameSpace
lpNSProviderId
lpszContext
dwNumberOfProtocols
lpafpProtocols
lpszQueryString
dwNumberOfCsAddrs
lpcsaBuffer
dwOutputFlags
lpBlob

Trait Implementations

impl Copy for WSAQUERYSET2W
[src]

impl Clone for WSAQUERYSET2W
[src]

fn clone(&self) -> WSAQUERYSET2W

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 WSAQUERYSET2W
[src]

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

Formats the value using the given formatter.