Struct winapi::winsock2::WSACOMPLETION_Port [] [src]

pub struct WSACOMPLETION_Port {
    pub lpOverlapped: LPWSAOVERLAPPED,
    pub hPort: HANDLE,
    pub Key: ULONG_PTR,
}

Fields

lpOverlapped: LPWSAOVERLAPPED hPort: HANDLE Key: ULONG_PTR

Trait Implementations

impl Debug for WSACOMPLETION_Port
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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