Struct winapi::ws2def::WSAMSG [] [src]

pub struct WSAMSG {
    pub name: LPSOCKADDR,
    pub namelen: INT,
    pub lpBuffers: LPWSABUF,
    pub dwBufferCount: ULONG,
    pub Control: WSABUF,
    pub dwFlags: ULONG,
}

Fields

name: LPSOCKADDR namelen: INT lpBuffers: LPWSABUF dwBufferCount: ULONG Control: WSABUF dwFlags: ULONG

Trait Implementations

impl Debug for WSAMSG
[src]

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

Formats the value using the given formatter.

impl Copy for WSAMSG
[src]

impl Clone for WSAMSG
[src]

fn clone(&self) -> WSAMSG

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