Struct winapi::winsock2::AFPROTOCOLS
[−]
[src]
pub struct AFPROTOCOLS { pub iAddressFamily: INT, pub iProtocol: INT, }
Fields
iAddressFamily | |
iProtocol |
Trait Implementations
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