Struct winapi::winsock2::WSACOMPLETION_Port
[−]
[src]
pub struct WSACOMPLETION_Port { pub lpOverlapped: LPWSAOVERLAPPED, pub hPort: HANDLE, pub Key: ULONG_PTR, }
Fields
lpOverlapped | |
hPort | |
Key |
Trait Implementations
impl Copy for WSACOMPLETION_Port
[src]
impl Clone for WSACOMPLETION_Port
[src]
fn clone(&self) -> WSACOMPLETION_Port
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