Struct winapi::winsock2::AFPROTOCOLS [] [src]

pub struct AFPROTOCOLS {
    pub iAddressFamily: INT,
    pub iProtocol: INT,
}

Fields

iAddressFamily: INT iProtocol: INT

Trait Implementations

impl Debug for AFPROTOCOLS
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for AFPROTOCOLS
[src]

impl Clone for AFPROTOCOLS
[src]

fn clone(&self) -> AFPROTOCOLS

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more