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: MEMBERID lprgscode: *mut SCODE lprgelemdescParam: *mut ELEMDESC funckind: FUNCKIND invkind: INVOKEKIND callconv: CALLCONV cParams: SHORT cParamsOpt: SHORT oVft: SHORT cScodes: SHORT elemdescFunc: ELEMDESC wFuncFlags: WORD

Trait Implementations

impl Debug for FUNCDESC
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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