#[repr(C)]pub struct tagDISPPARAMS {
pub rgvarg: *mut VARIANTARG,
pub rgdispidNamedArgs: *mut DISPID,
pub cArgs: UINT,
pub cNamedArgs: UINT,
}
Fields§
§rgvarg: *mut VARIANTARG
§rgdispidNamedArgs: *mut DISPID
§cArgs: UINT
§cNamedArgs: UINT
Trait Implementations§
Source§impl Clone for tagDISPPARAMS
impl Clone for tagDISPPARAMS
Source§fn clone(&self) -> tagDISPPARAMS
fn clone(&self) -> tagDISPPARAMS
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 tagDISPPARAMS
impl Debug for tagDISPPARAMS
Source§impl Ord for tagDISPPARAMS
impl Ord for tagDISPPARAMS
Source§fn cmp(&self, other: &tagDISPPARAMS) -> Ordering
fn cmp(&self, other: &tagDISPPARAMS) -> 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 tagDISPPARAMS
impl PartialEq for tagDISPPARAMS
Source§impl PartialOrd for tagDISPPARAMS
impl PartialOrd for tagDISPPARAMS
impl Copy for tagDISPPARAMS
impl Eq for tagDISPPARAMS
impl StructuralPartialEq for tagDISPPARAMS
Auto Trait Implementations§
impl Freeze for tagDISPPARAMS
impl RefUnwindSafe for tagDISPPARAMS
impl !Send for tagDISPPARAMS
impl !Sync for tagDISPPARAMS
impl Unpin for tagDISPPARAMS
impl UnwindSafe for tagDISPPARAMS
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