Struct windows_sys::Win32::System::Services::ENUM_SERVICE_STATUSW
[−]#[repr(C)]pub struct ENUM_SERVICE_STATUSW {
pub lpServiceName: PWSTR,
pub lpDisplayName: PWSTR,
pub ServiceStatus: SERVICE_STATUS,
}
Expand description
Required features: "Win32_System_Services"
Fields
lpServiceName: PWSTR
lpDisplayName: PWSTR
ServiceStatus: SERVICE_STATUS
Trait Implementations
impl Clone for ENUM_SERVICE_STATUSW
impl Clone for ENUM_SERVICE_STATUSW
impl Copy for ENUM_SERVICE_STATUSW
Auto Trait Implementations
impl RefUnwindSafe for ENUM_SERVICE_STATUSW
impl !Send for ENUM_SERVICE_STATUSW
impl !Sync for ENUM_SERVICE_STATUSW
impl Unpin for ENUM_SERVICE_STATUSW
impl UnwindSafe for ENUM_SERVICE_STATUSW
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