Type Alias winfsp_sys::SERVICE_STATUS

source ·
pub type SERVICE_STATUS = _SERVICE_STATUS;

Aliased Type§

struct SERVICE_STATUS {
    pub dwServiceType: u32,
    pub dwCurrentState: u32,
    pub dwControlsAccepted: u32,
    pub dwWin32ExitCode: u32,
    pub dwServiceSpecificExitCode: u32,
    pub dwCheckPoint: u32,
    pub dwWaitHint: u32,
}

Fields§

§dwServiceType: u32§dwCurrentState: u32§dwControlsAccepted: u32§dwWin32ExitCode: u32§dwServiceSpecificExitCode: u32§dwCheckPoint: u32§dwWaitHint: u32

Trait Implementations§

source§

impl Clone for _SERVICE_STATUS

source§

fn clone(&self) -> _SERVICE_STATUS

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for _SERVICE_STATUS

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for _SERVICE_STATUS

source§

fn default() -> _SERVICE_STATUS

Returns the “default value” for a type. Read more
source§

impl Copy for _SERVICE_STATUS