Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2FrameNavigationStartingEventHandler
source · [−]#[repr(transparent)]pub struct ICoreWebView2FrameNavigationStartingEventHandler(_);
Implementations
pub unsafe fn Invoke<'a, P0, P1>(&self, sender: P0, args: P1) -> Result<()> where
P0: Into<InParam<'a, ICoreWebView2Frame>>,
P1: Into<InParam<'a, ICoreWebView2NavigationStartingEventArgs>>,
Trait Implementations
sourcefn from(value: &'a ICoreWebView2FrameNavigationStartingEventHandler) -> Self
fn from(value: &'a ICoreWebView2FrameNavigationStartingEventHandler) -> Self
Converts to this type from the input type.
sourcefn from(value: &ICoreWebView2FrameNavigationStartingEventHandler) -> Self
fn from(value: &ICoreWebView2FrameNavigationStartingEventHandler) -> Self
Converts to this type from the input type.
sourcefn from(value: ICoreWebView2FrameNavigationStartingEventHandler) -> Self
fn from(value: ICoreWebView2FrameNavigationStartingEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more