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

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

Fields

Type
Parameters

Methods

impl WSACOMPLETION
[src]

unsafe fn WindowMessage(&self) -> &WSACOMPLETION_WindowMessage

unsafe fn WindowMessage_mut(&mut self) -> &mut WSACOMPLETION_WindowMessage

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 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

Derived Implementations

impl Debug for WSACOMPLETION
[src]

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

Formats the value using the given formatter.