#[repr(C)]
pub struct NSP_ROUTINE { pub cbSize: u32, pub dwMajorVersion: u32, pub dwMinorVersion: u32, pub NSPCleanup: LPNSPCLEANUP, pub NSPLookupServiceBegin: LPNSPLOOKUPSERVICEBEGIN, pub NSPLookupServiceNext: LPNSPLOOKUPSERVICENEXT, pub NSPLookupServiceEnd: LPNSPLOOKUPSERVICEEND, pub NSPSetService: LPNSPSETSERVICE, pub NSPInstallServiceClass: LPNSPINSTALLSERVICECLASS, pub NSPRemoveServiceClass: LPNSPREMOVESERVICECLASS, pub NSPGetServiceClassInfo: LPNSPGETSERVICECLASSINFO, pub NSPIoctl: LPNSPIOCTL, }
Expand description

Required features: "Win32_Networking_WinSock", "Win32_Foundation", "Win32_System_Com", "Win32_System_IO"

Fields§

§cbSize: u32§dwMajorVersion: u32§dwMinorVersion: u32§NSPCleanup: LPNSPCLEANUP§NSPLookupServiceBegin: LPNSPLOOKUPSERVICEBEGIN§NSPLookupServiceNext: LPNSPLOOKUPSERVICENEXT§NSPLookupServiceEnd: LPNSPLOOKUPSERVICEEND§NSPSetService: LPNSPSETSERVICE§NSPInstallServiceClass: LPNSPINSTALLSERVICECLASS§NSPRemoveServiceClass: LPNSPREMOVESERVICECLASS§NSPGetServiceClassInfo: LPNSPGETSERVICECLASSINFO§NSPIoctl: LPNSPIOCTL

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.