Struct windows::Win32::UI::Shell::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 MaybeUninit<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 MaybeUninit<VARIANT>, _: *mut EXCEPINFO, _: *mut u32) -> HRESULT
Implementations§
§impl IExpDispSupport_Vtbl
impl IExpDispSupport_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IExpDispSupport_Vtblwhere
Identity: IExpDispSupport_Impl + IUnknownImpl,
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