#[repr(C)]
pub struct NSPV2_ROUTINE { pub cbSize: u32, pub dwMajorVersion: u32, pub dwMinorVersion: u32, pub NSPv2Startup: LPNSPV2STARTUP, pub NSPv2Cleanup: LPNSPV2CLEANUP, pub NSPv2LookupServiceBegin: LPNSPV2LOOKUPSERVICEBEGIN, pub NSPv2LookupServiceNextEx: LPNSPV2LOOKUPSERVICENEXTEX, pub NSPv2LookupServiceEnd: LPNSPV2LOOKUPSERVICEEND, pub NSPv2SetServiceEx: LPNSPV2SETSERVICEEX, pub NSPv2ClientSessionRundown: LPNSPV2CLIENTSESSIONRUNDOWN, }
Expand description

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

Fields

cbSize: u32dwMajorVersion: u32dwMinorVersion: u32NSPv2Startup: LPNSPV2STARTUPNSPv2Cleanup: LPNSPV2CLEANUPNSPv2LookupServiceBegin: LPNSPV2LOOKUPSERVICEBEGINNSPv2LookupServiceNextEx: LPNSPV2LOOKUPSERVICENEXTEXNSPv2LookupServiceEnd: LPNSPV2LOOKUPSERVICEENDNSPv2SetServiceEx: LPNSPV2SETSERVICEEXNSPv2ClientSessionRundown: LPNSPV2CLIENTSESSIONRUNDOWN

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.