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 Copy for SERVICE_TABLE_ENTRYW
[src]
impl Clone for SERVICE_TABLE_ENTRYW
[src]
fn clone(&self) -> SERVICE_TABLE_ENTRYW
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