Struct windows_sys::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,
}
Expand description
Required features: "Win32_Networking_WinSock"
, "Win32_System_Com"
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
impl Copy for SERVICE_INFOA
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more