Struct libc::types::os::arch::extra::WSAPROTOCOLCHAINExperimental [-]  [+] [src]

pub struct WSAPROTOCOLCHAIN {
    pub ChainLen: c_int,
    pub ChainEntries: [DWORD, ..MAX_PROTOCOL_CHAIN as uint],
}

Fields

ChainLen
ChainEntries

Trait Implementations

Derived Implementations

impl Copy for WSAPROTOCOLCHAIN