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