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