Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2FrameNavigationCompletedEventHandler_Vtbl
source · #[repr(C)]pub struct ICoreWebView2FrameNavigationCompletedEventHandler_Vtbl {
pub base__: IUnknown_Vtbl,
pub Invoke: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Invoke: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2FrameNavigationCompletedEventHandler_Vtblwhere
Identity: IUnknownImpl + ICoreWebView2FrameNavigationCompletedEventHandler_Impl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
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