Struct winapi::oaidl::FUNCDESC
[−]
[src]
pub struct FUNCDESC { pub memid: MEMBERID, pub lprgscode: *mut SCODE, pub lprgelemdescParam: *mut ELEMDESC, pub funckind: FUNCKIND, pub invkind: INVOKEKIND, pub callconv: CALLCONV, pub cParams: SHORT, pub cParamsOpt: SHORT, pub oVft: SHORT, pub cScodes: SHORT, pub elemdescFunc: ELEMDESC, pub wFuncFlags: WORD, }
Fields
memid | |
lprgscode | |
lprgelemdescParam | |
funckind | |
invkind | |
callconv | |
cParams | |
cParamsOpt | |
oVft | |
cScodes | |
elemdescFunc | |
wFuncFlags |
Trait Implementations
impl Copy for FUNCDESC
[src]
impl Clone for FUNCDESC
[src]
fn clone(&self) -> FUNCDESC
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