Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2FrameNavigationCompletedEventHandler
source · [−]#[repr(transparent)]pub struct ICoreWebView2FrameNavigationCompletedEventHandler(_);
Implementations
sourceimpl ICoreWebView2FrameNavigationCompletedEventHandler
impl ICoreWebView2FrameNavigationCompletedEventHandler
pub unsafe fn Invoke<'a, Param0: IntoParam<'a, ICoreWebView2Frame>, Param1: IntoParam<'a, ICoreWebView2NavigationCompletedEventArgs>>(
&self,
sender: Param0,
args: Param1
) -> Result<()>
Trait Implementations
sourcefn from(value: &ICoreWebView2FrameNavigationCompletedEventHandler) -> Self
fn from(value: &ICoreWebView2FrameNavigationCompletedEventHandler) -> Self
Converts to this type from the input type.
sourcefn from(value: ICoreWebView2FrameNavigationCompletedEventHandler) -> Self
fn from(value: ICoreWebView2FrameNavigationCompletedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl Interface for ICoreWebView2FrameNavigationCompletedEventHandler
impl Interface for ICoreWebView2FrameNavigationCompletedEventHandler
sourceconst IID: GUID = ::windows::core::GUID::from_u128(0x609302ad_0e36_4f9a_a210_6a45272842a9)
const IID: GUID = ::windows::core::GUID::from_u128(0x609302ad_0e36_4f9a_a210_6a45272842a9)
A unique identifier representing this interface.
impl Eq for ICoreWebView2FrameNavigationCompletedEventHandler
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2FrameNavigationCompletedEventHandler
impl !Send for ICoreWebView2FrameNavigationCompletedEventHandler
impl !Sync for ICoreWebView2FrameNavigationCompletedEventHandler
impl Unpin for ICoreWebView2FrameNavigationCompletedEventHandler
impl UnwindSafe for ICoreWebView2FrameNavigationCompletedEventHandler
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more