#[repr(C)]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§
Auto Trait Implementations§
impl Freeze for FUNCDESC
impl RefUnwindSafe for FUNCDESC
impl !Send for FUNCDESC
impl !Sync for FUNCDESC
impl Unpin for FUNCDESC
impl UnwindSafe for FUNCDESC
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more