Struct windows_sys::Win32::Networking::WinSock::NSP_ROUTINE
#[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_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§
§impl Clone for NSP_ROUTINE
impl Clone for NSP_ROUTINE
impl Copy for NSP_ROUTINE
Auto Trait Implementations§
impl RefUnwindSafe for NSP_ROUTINE
impl Send for NSP_ROUTINE
impl Sync for NSP_ROUTINE
impl Unpin for NSP_ROUTINE
impl UnwindSafe for NSP_ROUTINE
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more