Struct windows::Win32::System::Com::AsyncIMultiQI_Vtbl
#[repr(C)]pub struct AsyncIMultiQI_Vtbl {
pub base__: IUnknown_Vtbl,
pub Begin_QueryMultipleInterfaces: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MULTI_QI) -> HRESULT,
pub Finish_QueryMultipleInterfaces: unsafe extern "system" fn(_: *mut c_void, _: *mut MULTI_QI) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Begin_QueryMultipleInterfaces: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MULTI_QI) -> HRESULT
§Finish_QueryMultipleInterfaces: unsafe extern "system" fn(_: *mut c_void, _: *mut MULTI_QI) -> HRESULT
Implementations§
§impl AsyncIMultiQI_Vtbl
impl AsyncIMultiQI_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> AsyncIMultiQI_Vtblwhere
Identity: AsyncIMultiQI_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for AsyncIMultiQI_Vtbl
impl RefUnwindSafe for AsyncIMultiQI_Vtbl
impl Send for AsyncIMultiQI_Vtbl
impl Sync for AsyncIMultiQI_Vtbl
impl Unpin for AsyncIMultiQI_Vtbl
impl UnwindSafe for AsyncIMultiQI_Vtbl
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