#[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
Source§impl Ord for tagMETHODDATA
impl Ord for tagMETHODDATA
Source§fn cmp(&self, other: &tagMETHODDATA) -> Ordering
fn cmp(&self, other: &tagMETHODDATA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagMETHODDATA
impl PartialEq for tagMETHODDATA
Source§impl PartialOrd for tagMETHODDATA
impl PartialOrd for tagMETHODDATA
impl Copy for tagMETHODDATA
impl Eq for tagMETHODDATA
impl StructuralPartialEq 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