#[repr(C)]pub struct DISPPARAMS {
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 DISPPARAMS
impl Clone for DISPPARAMS
Source§fn clone(&self) -> DISPPARAMS
fn clone(&self) -> DISPPARAMS
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 Default for DISPPARAMS
impl Default for DISPPARAMS
Source§fn default() -> DISPPARAMS
fn default() -> DISPPARAMS
Returns the “default value” for a type. Read more
impl Copy for DISPPARAMS
Auto Trait Implementations§
impl Freeze for DISPPARAMS
impl RefUnwindSafe for DISPPARAMS
impl !Send for DISPPARAMS
impl !Sync for DISPPARAMS
impl Unpin for DISPPARAMS
impl UnwindSafe for DISPPARAMS
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