#[repr(C)]pub struct IMultiQIVtbl {
pub QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IMultiQI, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "stdcall" fn(This: *mut IMultiQI) -> ULONG>,
pub Release: Option<unsafe extern "stdcall" fn(This: *mut IMultiQI) -> ULONG>,
pub QueryMultipleInterfaces: Option<unsafe extern "stdcall" fn(This: *mut IMultiQI, cMQIs: ULONG, pMQIs: *mut MULTI_QI) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IMultiQI, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "stdcall" fn(This: *mut IMultiQI) -> ULONG>§Release: Option<unsafe extern "stdcall" fn(This: *mut IMultiQI) -> ULONG>§QueryMultipleInterfaces: Option<unsafe extern "stdcall" fn(This: *mut IMultiQI, cMQIs: ULONG, pMQIs: *mut MULTI_QI) -> HRESULT>Trait Implementations§
Source§impl Clone for IMultiQIVtbl
impl Clone for IMultiQIVtbl
Source§fn clone(&self) -> IMultiQIVtbl
fn clone(&self) -> IMultiQIVtbl
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 moreimpl Copy for IMultiQIVtbl
Auto Trait Implementations§
impl Freeze for IMultiQIVtbl
impl RefUnwindSafe for IMultiQIVtbl
impl Send for IMultiQIVtbl
impl Sync for IMultiQIVtbl
impl Unpin for IMultiQIVtbl
impl UnwindSafe for IMultiQIVtbl
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