#[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: 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
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