Struct winapi::winsock2::WSAPROTOCOLCHAIN
[−]
[src]
pub struct WSAPROTOCOLCHAIN {
pub ChainLen: c_int,
pub ChainEntries: [DWORD; MAX_PROTOCOL_CHAIN],
}Fields
ChainLen | |
ChainEntries |
Trait Implementations
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