#[repr(C)]pub struct tagFUNCDESC {
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§
Source§impl Clone for tagFUNCDESC
impl Clone for tagFUNCDESC
Source§fn clone(&self) -> tagFUNCDESC
fn clone(&self) -> tagFUNCDESC
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for tagFUNCDESC
Auto Trait Implementations§
impl Freeze for tagFUNCDESC
impl RefUnwindSafe for tagFUNCDESC
impl !Send for tagFUNCDESC
impl !Sync for tagFUNCDESC
impl Unpin for tagFUNCDESC
impl UnwindSafe for tagFUNCDESC
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