Struct winapi::winsock2::WSANSCLASSINFOW [] [src]

pub struct WSANSCLASSINFOW {
    pub lpszName: LPWSTR,
    pub dwNameSpace: DWORD,
    pub dwValueType: DWORD,
    pub dwValueSize: DWORD,
    pub lpValue: LPVOID,
}

Fields

lpszName: LPWSTR dwNameSpace: DWORD dwValueType: DWORD dwValueSize: DWORD lpValue: LPVOID

Trait Implementations

impl Debug for WSANSCLASSINFOW
[src]

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

Formats the value using the given formatter.

impl Copy for WSANSCLASSINFOW
[src]

impl Clone for WSANSCLASSINFOW
[src]

fn clone(&self) -> WSANSCLASSINFOW

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