Struct winapi::winsock2::WSASERVICECLASSINFOA [] [src]

pub struct WSASERVICECLASSINFOA {
    pub lpServiceClassId: LPGUID,
    pub lpszServiceClassName: LPSTR,
    pub dwCount: DWORD,
    pub lpClassInfos: LPWSANSCLASSINFOA,
}

Fields

lpServiceClassId: LPGUID lpszServiceClassName: LPSTR dwCount: DWORD lpClassInfos: LPWSANSCLASSINFOA

Trait Implementations

impl Debug for WSASERVICECLASSINFOA
[src]

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

Formats the value using the given formatter.

impl Copy for WSASERVICECLASSINFOA
[src]

impl Clone for WSASERVICECLASSINFOA
[src]

fn clone(&self) -> WSASERVICECLASSINFOA

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