Struct winapi::winsvc::SERVICE_STATUS
[−]
[src]
pub struct SERVICE_STATUS { pub dwServiceType: DWORD, pub dwCurrentState: DWORD, pub dwControlsAccepted: DWORD, pub dwWin32ExitCode: DWORD, pub dwServiceSpecificExitCode: DWORD, pub dwCheckPoint: DWORD, pub dwWaitHint: DWORD, }
Fields
dwServiceType | |
dwCurrentState | |
dwControlsAccepted | |
dwWin32ExitCode | |
dwServiceSpecificExitCode | |
dwCheckPoint | |
dwWaitHint |
Trait Implementations
impl Copy for SERVICE_STATUS
[src]
impl Clone for SERVICE_STATUS
[src]
fn clone(&self) -> SERVICE_STATUS
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more