Struct winapi::winsock2::WSACOMPLETION [] [src]

pub struct WSACOMPLETION {
    pub Type: WSACOMPLETIONTYPE,
    pub Parameters: [u8; 12],
}

Fields

Type: WSACOMPLETIONTYPE Parameters: [u8; 12]

Methods

impl WSACOMPLETION
[src]

impl WSACOMPLETION
[src]

unsafe fn Event(&self) -> &WSACOMPLETION_Event

unsafe fn Event_mut(&mut self) -> &mut WSACOMPLETION_Event

impl WSACOMPLETION
[src]

unsafe fn Apc(&self) -> &WSACOMPLETION_Apc

unsafe fn Apc_mut(&mut self) -> &mut WSACOMPLETION_Apc

impl WSACOMPLETION
[src]

unsafe fn Port(&self) -> &WSACOMPLETION_Port

unsafe fn Port_mut(&mut self) -> &mut WSACOMPLETION_Port

Trait Implementations

impl Debug for WSACOMPLETION
[src]

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

Formats the value using the given formatter.

impl Copy for WSACOMPLETION
[src]

impl Clone for WSACOMPLETION
[src]

fn clone(&self) -> WSACOMPLETION

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