#[repr(C)]pub struct WSAQUERYSET2W {Show 14 fields
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: DWORD
lpszServiceInstanceName: LPWSTR
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
sourceimpl Clone for WSAQUERYSET2W
impl Clone for WSAQUERYSET2W
sourcefn clone(&self) -> WSAQUERYSET2W
fn clone(&self) -> WSAQUERYSET2W
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 WSAQUERYSET2W
Auto Trait Implementations
impl RefUnwindSafe for WSAQUERYSET2W
impl !Send for WSAQUERYSET2W
impl !Sync for WSAQUERYSET2W
impl Unpin for WSAQUERYSET2W
impl UnwindSafe for WSAQUERYSET2W
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