Struct winapi::winsock2::WSASERVICECLASSINFOA
[−]
[src]
pub struct WSASERVICECLASSINFOA { pub lpServiceClassId: LPGUID, pub lpszServiceClassName: LPSTR, pub dwCount: DWORD, pub lpClassInfos: LPWSANSCLASSINFOA, }
Fields
lpServiceClassId | |
lpszServiceClassName | |
dwCount | |
lpClassInfos |
Trait Implementations
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