#[repr(C)]pub struct AsyncIMultiQIVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut AsyncIMultiQI, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut AsyncIMultiQI) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut AsyncIMultiQI) -> ULONG>,
pub Begin_QueryMultipleInterfaces: Option<unsafe extern "C" fn(This: *mut AsyncIMultiQI, cMQIs: ULONG, pMQIs: *mut MULTI_QI) -> HRESULT>,
pub Finish_QueryMultipleInterfaces: Option<unsafe extern "C" fn(This: *mut AsyncIMultiQI, pMQIs: *mut MULTI_QI) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut AsyncIMultiQI, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut AsyncIMultiQI) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut AsyncIMultiQI) -> ULONG>
§Begin_QueryMultipleInterfaces: Option<unsafe extern "C" fn(This: *mut AsyncIMultiQI, cMQIs: ULONG, pMQIs: *mut MULTI_QI) -> HRESULT>
§Finish_QueryMultipleInterfaces: Option<unsafe extern "C" fn(This: *mut AsyncIMultiQI, pMQIs: *mut MULTI_QI) -> HRESULT>
Trait Implementations§
Source§impl Clone for AsyncIMultiQIVtbl
impl Clone for AsyncIMultiQIVtbl
Source§fn clone(&self) -> AsyncIMultiQIVtbl
fn clone(&self) -> AsyncIMultiQIVtbl
Returns a copy 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 AsyncIMultiQIVtbl
impl Debug for AsyncIMultiQIVtbl
Source§impl Ord for AsyncIMultiQIVtbl
impl Ord for AsyncIMultiQIVtbl
Source§fn cmp(&self, other: &AsyncIMultiQIVtbl) -> Ordering
fn cmp(&self, other: &AsyncIMultiQIVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AsyncIMultiQIVtbl
impl PartialEq for AsyncIMultiQIVtbl
Source§impl PartialOrd for AsyncIMultiQIVtbl
impl PartialOrd for AsyncIMultiQIVtbl
impl Copy for AsyncIMultiQIVtbl
impl Eq for AsyncIMultiQIVtbl
impl StructuralPartialEq for AsyncIMultiQIVtbl
Auto Trait Implementations§
impl Freeze for AsyncIMultiQIVtbl
impl RefUnwindSafe for AsyncIMultiQIVtbl
impl Send for AsyncIMultiQIVtbl
impl Sync for AsyncIMultiQIVtbl
impl Unpin for AsyncIMultiQIVtbl
impl UnwindSafe for AsyncIMultiQIVtbl
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