Struct winapi::winsock2::WSAPROTOCOLCHAIN [] [src]

pub struct WSAPROTOCOLCHAIN {
    pub ChainLen: c_int,
    pub ChainEntries: [DWORD; 7],
}

Fields

ChainLen: c_int ChainEntries: [DWORD; 7]

Trait Implementations

impl Debug for WSAPROTOCOLCHAIN
[src]

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

Formats the value using the given formatter.

impl Copy for WSAPROTOCOLCHAIN
[src]

impl Clone for WSAPROTOCOLCHAIN
[src]

fn clone(&self) -> WSAPROTOCOLCHAIN

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