#[repr(C)]pub struct tagMETHODDATA {
pub szName: *mut OLECHAR,
pub ppdata: *mut PARAMDATA,
pub dispid: DISPID,
pub iMeth: UINT,
pub cc: CALLCONV,
pub cArgs: UINT,
pub wFlags: WORD,
pub vtReturn: VARTYPE,
}
Fields§
§szName: *mut OLECHAR
§ppdata: *mut PARAMDATA
§dispid: DISPID
§iMeth: UINT
§cc: CALLCONV
§cArgs: UINT
§wFlags: WORD
§vtReturn: VARTYPE
Trait Implementations§
Source§impl Clone for tagMETHODDATA
impl Clone for tagMETHODDATA
Source§fn clone(&self) -> tagMETHODDATA
fn clone(&self) -> tagMETHODDATA
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 moreSource§impl Debug for tagMETHODDATA
impl Debug for tagMETHODDATA
impl Copy for tagMETHODDATA
Auto Trait Implementations§
impl Freeze for tagMETHODDATA
impl RefUnwindSafe for tagMETHODDATA
impl !Send for tagMETHODDATA
impl !Sync for tagMETHODDATA
impl Unpin for tagMETHODDATA
impl UnwindSafe for tagMETHODDATA
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