Struct winapi::winsock2::WSASERVICECLASSINFOW [] [src]

pub struct WSASERVICECLASSINFOW {
    pub lpServiceClassId: LPGUID,
    pub lpszServiceClassName: LPWSTR,
    pub dwCount: DWORD,
    pub lpClassInfos: LPWSANSCLASSINFOW,
}

Fields

lpServiceClassId
lpszServiceClassName
dwCount
lpClassInfos

Trait Implementations

impl Copy for WSASERVICECLASSINFOW
[src]

impl Clone for WSASERVICECLASSINFOW
[src]

fn clone(&self) -> WSASERVICECLASSINFOW

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

Derived Implementations

impl Debug for WSASERVICECLASSINFOW
[src]

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

Formats the value using the given formatter.