[][src]Struct winapi::um::winsock2::WSAPROTOCOL_INFOA

#[repr(C)]
pub struct WSAPROTOCOL_INFOA {
    pub dwServiceFlags1: DWORD,
    pub dwServiceFlags2: DWORD,
    pub dwServiceFlags3: DWORD,
    pub dwServiceFlags4: DWORD,
    pub dwServiceFlags5: 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: [CHAR; 256],
}

Fields

dwServiceFlags1: DWORDdwServiceFlags2: DWORDdwServiceFlags3: DWORDdwServiceFlags4: DWORDdwServiceFlags5: DWORDProviderId: GUIDdwCatalogEntryId: DWORDProtocolChain: WSAPROTOCOLCHAINiVersion: c_intiAddressFamily: c_intiMaxSockAddr: c_intiMinSockAddr: c_intiSocketType: c_intiProtocol: c_intiProtocolMaxOffset: c_intiNetworkByteOrder: c_intiSecurityScheme: c_intdwMessageSize: DWORDdwProviderReserved: DWORDszProtocol: [CHAR; 256]

Trait Implementations

impl Copy for WSAPROTOCOL_INFOA[src]

impl Clone for WSAPROTOCOL_INFOA[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for WSAPROTOCOL_INFOA[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]