#[repr(C)]pub struct ICoreWebView2CompositionController_Vtbl {
pub base__: IUnknown_Vtbl,
pub RootVisualTarget: unsafe extern "system" fn(*mut c_void, *mut *mut c_void) -> HRESULT,
pub SetRootVisualTarget: unsafe extern "system" fn(*mut c_void, *mut c_void) -> HRESULT,
pub SendMouseInput: unsafe extern "system" fn(*mut c_void, COREWEBVIEW2_MOUSE_EVENT_KIND, COREWEBVIEW2_MOUSE_EVENT_VIRTUAL_KEYS, u32, POINT) -> HRESULT,
pub SendPointerInput: unsafe extern "system" fn(*mut c_void, COREWEBVIEW2_POINTER_EVENT_KIND, *mut c_void) -> HRESULT,
pub Cursor: unsafe extern "system" fn(*mut c_void, *mut HCURSOR) -> HRESULT,
pub SystemCursorId: unsafe extern "system" fn(*mut c_void, *mut u32) -> HRESULT,
pub add_CursorChanged: unsafe extern "system" fn(*mut c_void, *mut c_void, *mut i64) -> HRESULT,
pub remove_CursorChanged: unsafe extern "system" fn(*mut c_void, i64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§RootVisualTarget: unsafe extern "system" fn(*mut c_void, *mut *mut c_void) -> HRESULT
§SetRootVisualTarget: unsafe extern "system" fn(*mut c_void, *mut c_void) -> HRESULT
§SendMouseInput: unsafe extern "system" fn(*mut c_void, COREWEBVIEW2_MOUSE_EVENT_KIND, COREWEBVIEW2_MOUSE_EVENT_VIRTUAL_KEYS, u32, POINT) -> HRESULT
§SendPointerInput: unsafe extern "system" fn(*mut c_void, COREWEBVIEW2_POINTER_EVENT_KIND, *mut c_void) -> HRESULT
§Cursor: unsafe extern "system" fn(*mut c_void, *mut HCURSOR) -> HRESULT
§SystemCursorId: unsafe extern "system" fn(*mut c_void, *mut u32) -> HRESULT
§add_CursorChanged: unsafe extern "system" fn(*mut c_void, *mut c_void, *mut i64) -> HRESULT
§remove_CursorChanged: unsafe extern "system" fn(*mut c_void, i64) -> HRESULT
Implementations§
Auto Trait Implementations§
impl Freeze for ICoreWebView2CompositionController_Vtbl
impl RefUnwindSafe for ICoreWebView2CompositionController_Vtbl
impl Send for ICoreWebView2CompositionController_Vtbl
impl Sync for ICoreWebView2CompositionController_Vtbl
impl Unpin for ICoreWebView2CompositionController_Vtbl
impl UnwindSafe for ICoreWebView2CompositionController_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