#[repr(C)]pub struct WSAQUERYSETA {Show 15 fields
pub dwSize: DWORD,
pub lpszServiceInstanceName: LPSTR,
pub lpServiceClassId: LPGUID,
pub lpVersion: LPWSAVERSION,
pub lpszComment: LPSTR,
pub dwNameSpace: DWORD,
pub lpNSProviderId: LPGUID,
pub lpszContext: LPSTR,
pub dwNumberOfProtocols: DWORD,
pub lpafpProtocols: LPAFPROTOCOLS,
pub lpszQueryString: LPSTR,
pub dwNumberOfCsAddrs: DWORD,
pub lpcsaBuffer: LPCSADDR_INFO,
pub dwOutputFlags: DWORD,
pub lpBlob: LPBLOB,
}
Fields
dwSize: DWORD
lpszServiceInstanceName: LPSTR
lpServiceClassId: LPGUID
lpVersion: LPWSAVERSION
lpszComment: LPSTR
dwNameSpace: DWORD
lpNSProviderId: LPGUID
lpszContext: LPSTR
dwNumberOfProtocols: DWORD
lpafpProtocols: LPAFPROTOCOLS
lpszQueryString: LPSTR
dwNumberOfCsAddrs: DWORD
lpcsaBuffer: LPCSADDR_INFO
dwOutputFlags: DWORD
lpBlob: LPBLOB
Trait Implementations
sourceimpl Clone for WSAQUERYSETA
impl Clone for WSAQUERYSETA
sourcefn clone(&self) -> WSAQUERYSETA
fn clone(&self) -> WSAQUERYSETA
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 WSAQUERYSETA
Auto Trait Implementations
impl RefUnwindSafe for WSAQUERYSETA
impl !Send for WSAQUERYSETA
impl !Sync for WSAQUERYSETA
impl Unpin for WSAQUERYSETA
impl UnwindSafe for WSAQUERYSETA
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