Struct winapi::winsock2::WSANAMESPACE_INFOA [] [src]

pub struct WSANAMESPACE_INFOA {
    pub NSProviderId: GUID,
    pub dwNameSpace: DWORD,
    pub fActive: BOOL,
    pub dwVersion: DWORD,
    pub lpszIdentifier: LPSTR,
}

Fields

NSProviderId: GUID dwNameSpace: DWORD fActive: BOOL dwVersion: DWORD lpszIdentifier: LPSTR

Trait Implementations

impl Debug for WSANAMESPACE_INFOA
[src]

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

Formats the value using the given formatter.

impl Copy for WSANAMESPACE_INFOA
[src]

impl Clone for WSANAMESPACE_INFOA
[src]

fn clone(&self) -> WSANAMESPACE_INFOA

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