Struct winapi::winsvc::SERVICE_TABLE_ENTRYW [] [src]

pub struct SERVICE_TABLE_ENTRYW {
    pub lpServiceName: LPCWSTR,
    pub lpServiceProc: LPSERVICE_MAIN_FUNCTIONW,
}

Fields

lpServiceName
lpServiceProc

Trait Implementations

impl Clone for SERVICE_TABLE_ENTRYW

fn clone(&self) -> SERVICE_TABLE_ENTRYW

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

Derived Implementations

impl Copy for SERVICE_TABLE_ENTRYW