Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2CompositionController_Vtbl
source · #[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 EventRegistrationToken) -> HRESULT,
pub remove_CursorChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> 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 EventRegistrationToken) -> HRESULT
§remove_CursorChanged: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Implementations§
source§impl ICoreWebView2CompositionController_Vtbl
impl ICoreWebView2CompositionController_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2CompositionController_Vtblwhere
Identity: ICoreWebView2CompositionController_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
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