#[repr(C)]pub struct IMultiQIVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IMultiQI, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IMultiQI) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IMultiQI) -> ULONG>,
pub QueryMultipleInterfaces: Option<unsafe extern "C" fn(This: *mut IMultiQI, cMQIs: ULONG, pMQIs: *mut MULTI_QI) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IMultiQI, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IMultiQI) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IMultiQI) -> ULONG>
§QueryMultipleInterfaces: Option<unsafe extern "C" 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 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 IMultiQIVtbl
impl Debug for IMultiQIVtbl
Source§impl Ord for IMultiQIVtbl
impl Ord for IMultiQIVtbl
Source§fn cmp(&self, other: &IMultiQIVtbl) -> Ordering
fn cmp(&self, other: &IMultiQIVtbl) -> 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 IMultiQIVtbl
impl PartialEq for IMultiQIVtbl
Source§impl PartialOrd for IMultiQIVtbl
impl PartialOrd for IMultiQIVtbl
impl Copy for IMultiQIVtbl
impl Eq for IMultiQIVtbl
impl StructuralPartialEq 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