#[repr(C)]pub struct WSAQUERYSETW {Show 15 fields
    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: DWORDlpszServiceInstanceName: LPWSTRlpServiceClassId: LPGUIDlpVersion: LPWSAVERSIONlpszComment: LPWSTRdwNameSpace: DWORDlpNSProviderId: LPGUIDlpszContext: LPWSTRdwNumberOfProtocols: DWORDlpafpProtocols: LPAFPROTOCOLSlpszQueryString: LPWSTRdwNumberOfCsAddrs: DWORDlpcsaBuffer: LPCSADDR_INFOdwOutputFlags: DWORDlpBlob: LPBLOBTrait Implementations
sourceimpl Clone for WSAQUERYSETW
 
impl Clone for WSAQUERYSETW
sourcefn clone(&self) -> WSAQUERYSETW
 
fn clone(&self) -> WSAQUERYSETW
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for WSAQUERYSETW
Auto Trait Implementations
impl RefUnwindSafe for WSAQUERYSETW
impl !Send for WSAQUERYSETW
impl !Sync for WSAQUERYSETW
impl Unpin for WSAQUERYSETW
impl UnwindSafe for WSAQUERYSETW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more