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: DWORD dwCurrentState: DWORD dwControlsAccepted: DWORD dwWin32ExitCode: DWORD dwServiceSpecificExitCode: DWORD dwCheckPoint: DWORD dwWaitHint: DWORD

Trait Implementations

impl Debug for SERVICE_STATUS
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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