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_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: 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§
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