Struct windows::Win32::Networking::WinSock::SERVICE_INFOW
#[repr(C)]pub struct SERVICE_INFOW {
pub lpServiceType: *mut GUID,
pub lpServiceName: PWSTR,
pub lpComment: PWSTR,
pub lpLocale: PWSTR,
pub dwDisplayHint: RESOURCE_DISPLAY_TYPE,
pub dwVersion: u32,
pub dwTime: u32,
pub lpMachineName: PWSTR,
pub lpServiceAddress: *mut SERVICE_ADDRESSES,
pub ServiceSpecificInfo: BLOB,
}
Fields§
§lpServiceType: *mut GUID
§lpServiceName: PWSTR
§lpComment: PWSTR
§lpLocale: PWSTR
§dwDisplayHint: RESOURCE_DISPLAY_TYPE
§dwVersion: u32
§dwTime: u32
§lpMachineName: PWSTR
§lpServiceAddress: *mut SERVICE_ADDRESSES
§ServiceSpecificInfo: BLOB
Trait Implementations§
§impl Clone for SERVICE_INFOW
impl Clone for SERVICE_INFOW
§fn clone(&self) -> SERVICE_INFOW
fn clone(&self) -> SERVICE_INFOW
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 SERVICE_INFOW
impl Debug for SERVICE_INFOW
§impl Default for SERVICE_INFOW
impl Default for SERVICE_INFOW
§impl PartialEq for SERVICE_INFOW
impl PartialEq for SERVICE_INFOW
§fn eq(&self, other: &SERVICE_INFOW) -> bool
fn eq(&self, other: &SERVICE_INFOW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SERVICE_INFOW
impl Eq for SERVICE_INFOW
impl StructuralPartialEq for SERVICE_INFOW
Auto Trait Implementations§
impl Freeze for SERVICE_INFOW
impl RefUnwindSafe for SERVICE_INFOW
impl !Send for SERVICE_INFOW
impl !Sync for SERVICE_INFOW
impl Unpin for SERVICE_INFOW
impl UnwindSafe for SERVICE_INFOW
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
)