Struct windows::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,
}
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
§fn clone(&self) -> NSP_ROUTINE
fn clone(&self) -> NSP_ROUTINE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for NSP_ROUTINE
impl Debug for NSP_ROUTINE
impl Copy for NSP_ROUTINE
Auto Trait Implementations§
impl Freeze for NSP_ROUTINE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)