#[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_Networking_WinSock", "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§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.