#[repr(C)]pub struct ENUM_SERVICE_STATUS_PROCESSW {
pub lpServiceName: PWSTR,
pub lpDisplayName: PWSTR,
pub ServiceStatusProcess: SERVICE_STATUS_PROCESS,
}
Expand description
Required features: ‘Win32_System_Services’
Fields
lpServiceName: PWSTR
lpDisplayName: PWSTR
ServiceStatusProcess: SERVICE_STATUS_PROCESS
Trait Implementations
impl Clone for ENUM_SERVICE_STATUS_PROCESSW
impl Clone for ENUM_SERVICE_STATUS_PROCESSW
impl Copy for ENUM_SERVICE_STATUS_PROCESSW
Auto Trait Implementations
impl RefUnwindSafe for ENUM_SERVICE_STATUS_PROCESSW
impl !Send for ENUM_SERVICE_STATUS_PROCESSW
impl !Sync for ENUM_SERVICE_STATUS_PROCESSW
impl Unpin for ENUM_SERVICE_STATUS_PROCESSW
impl UnwindSafe for ENUM_SERVICE_STATUS_PROCESSW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more