Struct libc::types::os::arch::extra::WSAPROTOCOLCHAIN [] [src]

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

Fields

ChainLen: c_int ChainEntries: [DWORD; 7]

Trait Implementations

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

impl Copy for WSAPROTOCOLCHAIN
[src]