Struct IExpDispSupport_Vtbl
#[repr(C)]pub struct IExpDispSupport_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub FindConnectionPoint: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
    pub OnTranslateAccelerator: unsafe extern "system" fn(_: *mut c_void, _: *const MSG, _: u32) -> HRESULT,
    pub OnInvoke: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const GUID, _: u32, _: u16, _: *const DISPPARAMS, _: *mut VARIANT, _: *mut EXCEPINFO, _: *mut u32) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§FindConnectionPoint: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT§OnTranslateAccelerator: unsafe extern "system" fn(_: *mut c_void, _: *const MSG, _: u32) -> HRESULT§OnInvoke: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const GUID, _: u32, _: u16, _: *const DISPPARAMS, _: *mut VARIANT, _: *mut EXCEPINFO, _: *mut u32) -> HRESULTImplementations§
§impl IExpDispSupport_Vtbl
 
impl IExpDispSupport_Vtbl
pub const fn new<Identity: IExpDispSupport_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IExpDispSupport_Vtbl
impl RefUnwindSafe for IExpDispSupport_Vtbl
impl Send for IExpDispSupport_Vtbl
impl Sync for IExpDispSupport_Vtbl
impl Unpin for IExpDispSupport_Vtbl
impl UnwindSafe for IExpDispSupport_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