Struct IExpDispSupportXP_Vtbl
#[repr(C)]pub struct IExpDispSupportXP_Vtbl {
pub base__: IUnknown_Vtbl,
pub FindCIE4ConnectionPoint: 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
§FindCIE4ConnectionPoint: 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) -> HRESULT
Implementations§
§impl IExpDispSupportXP_Vtbl
impl IExpDispSupportXP_Vtbl
pub const fn new<Identity: IExpDispSupportXP_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IExpDispSupportXP_Vtbl
impl RefUnwindSafe for IExpDispSupportXP_Vtbl
impl Send for IExpDispSupportXP_Vtbl
impl Sync for IExpDispSupportXP_Vtbl
impl Unpin for IExpDispSupportXP_Vtbl
impl UnwindSafe for IExpDispSupportXP_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