#[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: UINTTrait Implementations§
Source§impl Clone for tagDISPPARAMS
impl Clone for tagDISPPARAMS
Source§fn clone(&self) -> tagDISPPARAMS
fn clone(&self) -> tagDISPPARAMS
Returns a duplicate 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
impl Copy 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