#[repr(C)]
pub struct WSAQUERYSET2A {
Show 14 fields pub dwSize: u32, pub lpszServiceInstanceName: PSTR, pub lpVersion: *mut WSAVERSION, pub lpszComment: PSTR, pub dwNameSpace: u32, pub lpNSProviderId: *mut GUID, pub lpszContext: PSTR, pub dwNumberOfProtocols: u32, pub lpafpProtocols: *mut AFPROTOCOLS, pub lpszQueryString: PSTR, pub dwNumberOfCsAddrs: u32, pub lpcsaBuffer: *mut CSADDR_INFO, pub dwOutputFlags: u32, pub lpBlob: *mut BLOB,
}
Expand description

Required features: "Win32_Networking_WinSock", "Win32_Foundation", "Win32_System_Com"

Fields§

§dwSize: u32§lpszServiceInstanceName: PSTR§lpVersion: *mut WSAVERSION§lpszComment: PSTR§dwNameSpace: u32§lpNSProviderId: *mut GUID§lpszContext: PSTR§dwNumberOfProtocols: u32§lpafpProtocols: *mut AFPROTOCOLS§lpszQueryString: PSTR§dwNumberOfCsAddrs: u32§lpcsaBuffer: *mut CSADDR_INFO§dwOutputFlags: u32§lpBlob: *mut BLOB

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.