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