Struct winapi::winsock2::WSAQUERYSETW [] [src]

pub struct WSAQUERYSETW {
    pub dwSize: DWORD,
    pub lpszServiceInstanceName: LPWSTR,
    pub lpServiceClassId: LPGUID,
    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: DWORD lpszServiceInstanceName: LPWSTR lpServiceClassId: LPGUID lpVersion: LPWSAVERSION lpszComment: LPWSTR dwNameSpace: DWORD lpNSProviderId: LPGUID lpszContext: LPWSTR dwNumberOfProtocols: DWORD lpafpProtocols: LPAFPROTOCOLS lpszQueryString: LPWSTR dwNumberOfCsAddrs: DWORD lpcsaBuffer: LPCSADDR_INFO dwOutputFlags: DWORD lpBlob: LPBLOB

Trait Implementations

impl Debug for WSAQUERYSETW
[src]

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

Formats the value using the given formatter.

impl Copy for WSAQUERYSETW
[src]

impl Clone for WSAQUERYSETW
[src]

fn clone(&self) -> WSAQUERYSETW

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