#[repr(C)]pub struct ENUM_SERVICE_STATUS_PROCESSA {
pub lpServiceName: PSTR,
pub lpDisplayName: PSTR,
pub ServiceStatusProcess: SERVICE_STATUS_PROCESS,
}
Expand description
Required features: "Win32_System_Services"
Fields
lpServiceName: PSTR
lpDisplayName: PSTR
ServiceStatusProcess: SERVICE_STATUS_PROCESS
Trait Implementations
impl Clone for ENUM_SERVICE_STATUS_PROCESSA
impl Clone for ENUM_SERVICE_STATUS_PROCESSA
impl Copy for ENUM_SERVICE_STATUS_PROCESSA
Auto Trait Implementations
impl RefUnwindSafe for ENUM_SERVICE_STATUS_PROCESSA
impl !Send for ENUM_SERVICE_STATUS_PROCESSA
impl !Sync for ENUM_SERVICE_STATUS_PROCESSA
impl Unpin for ENUM_SERVICE_STATUS_PROCESSA
impl UnwindSafe for ENUM_SERVICE_STATUS_PROCESSA
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