Struct windows_sys::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,
}
Expand description
Required features: "Win32_System_Com"
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
impl Copy for SERVICE_INFOW
Auto Trait Implementations§
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