Struct libc::types::os::arch::extra::WSAPROTOCOL_INFO
[−]
[src]
pub struct WSAPROTOCOL_INFO { pub dwServiceFlags1: DWORD, pub dwServiceFlags2: DWORD, pub dwServiceFlags3: DWORD, pub dwServiceFlags4: DWORD, pub dwProviderFlags: DWORD, pub ProviderId: GUID, pub dwCatalogEntryId: DWORD, pub ProtocolChain: WSAPROTOCOLCHAIN, pub iVersion: c_int, pub iAddressFamily: c_int, pub iMaxSockAddr: c_int, pub iMinSockAddr: c_int, pub iSocketType: c_int, pub iProtocol: c_int, pub iProtocolMaxOffset: c_int, pub iNetworkByteOrder: c_int, pub iSecurityScheme: c_int, pub dwMessageSize: DWORD, pub dwProviderReserved: DWORD, pub szProtocol: [u8; WSAPROTOCOL_LEN as usize + 1], }
: use libc
from crates.io
Fields
dwServiceFlags1 | Unstable : use |
dwServiceFlags2 | Unstable : use |
dwServiceFlags3 | Unstable : use |
dwServiceFlags4 | Unstable : use |
dwProviderFlags | Unstable : use |
ProviderId | Unstable : use |
dwCatalogEntryId | Unstable : use |
ProtocolChain | Unstable : use |
iVersion | Unstable : use |
iAddressFamily | Unstable : use |
iMaxSockAddr | Unstable : use |
iMinSockAddr | Unstable : use |
iSocketType | Unstable : use |
iProtocol | Unstable : use |
iProtocolMaxOffset | Unstable : use |
iNetworkByteOrder | Unstable : use |
iSecurityScheme | Unstable : use |
dwMessageSize | Unstable : use |
dwProviderReserved | Unstable : use |
szProtocol | Unstable : use |