Struct windows_sys::Win32::System::Com::ComCallData
[−]#[repr(C)]pub struct ComCallData {
pub dwDispid: u32,
pub dwReserved: u32,
pub pUserDefined: *mut c_void,
}
Expand description
Required features: ‘Win32_System_Com’
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more