Struct windows_sys::Win32::System::Com::ComCallData
#[repr(C)]pub struct ComCallData {
pub dwDispid: u32,
pub dwReserved: u32,
pub pUserDefined: *mut c_void,
}
Fields§
§dwDispid: u32
§dwReserved: u32
§pUserDefined: *mut c_void
Trait Implementations§
§impl Clone for ComCallData
impl Clone for ComCallData
impl Copy for ComCallData
Auto Trait Implementations§
impl RefUnwindSafe for ComCallData
impl !Send for ComCallData
impl !Sync for ComCallData
impl Unpin for ComCallData
impl UnwindSafe for ComCallData
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