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 GUIDlpServiceName: PSTRlpComment: PSTRlpLocale: PSTRdwDisplayHint: RESOURCE_DISPLAY_TYPEdwVersion: u32dwTime: u32lpMachineName: PSTRlpServiceAddress: *mut SERVICE_ADDRESSESServiceSpecificInfo: BLOBTrait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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