Struct winapi::winsock2::WSANSCLASSINFOA [] [src]

pub struct WSANSCLASSINFOA {
    pub lpszName: LPSTR,
    pub dwNameSpace: DWORD,
    pub dwValueType: DWORD,
    pub dwValueSize: DWORD,
    pub lpValue: LPVOID,
}

Fields

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

Trait Implementations

impl Debug for WSANSCLASSINFOA
[src]

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

Formats the value using the given formatter.

impl Copy for WSANSCLASSINFOA
[src]

impl Clone for WSANSCLASSINFOA
[src]

fn clone(&self) -> WSANSCLASSINFOA

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