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