Struct winapi::winsvc::SERVICE_TABLE_ENTRYA [] [src]

pub struct SERVICE_TABLE_ENTRYA {
    pub lpServiceName: LPCSTR,
    pub lpServiceProc: LPSERVICE_MAIN_FUNCTIONA,
}

Fields

lpServiceName
lpServiceProc

Trait Implementations

impl Clone for SERVICE_TABLE_ENTRYA

fn clone(&self) -> SERVICE_TABLE_ENTRYA

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

Derived Implementations

impl Copy for SERVICE_TABLE_ENTRYA