Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2NavigationCompletedEventArgs
source · [−]#[repr(transparent)]pub struct ICoreWebView2NavigationCompletedEventArgs(_);
Implementations
Trait Implementations
sourcefn from(value: &'a ICoreWebView2NavigationCompletedEventArgs) -> Self
fn from(value: &'a ICoreWebView2NavigationCompletedEventArgs) -> Self
Converts to this type from the input type.
sourcefn from(value: &'a ICoreWebView2NavigationCompletedEventArgs2) -> Self
fn from(value: &'a ICoreWebView2NavigationCompletedEventArgs2) -> Self
Converts to this type from the input type.
sourcefn from(value: &ICoreWebView2NavigationCompletedEventArgs) -> Self
fn from(value: &ICoreWebView2NavigationCompletedEventArgs) -> Self
Converts to this type from the input type.
sourcefn from(value: &ICoreWebView2NavigationCompletedEventArgs2) -> Self
fn from(value: &ICoreWebView2NavigationCompletedEventArgs2) -> Self
Converts to this type from the input type.
sourcefn from(value: ICoreWebView2NavigationCompletedEventArgs) -> Self
fn from(value: ICoreWebView2NavigationCompletedEventArgs) -> Self
Converts to this type from the input type.
sourcefn from(value: ICoreWebView2NavigationCompletedEventArgs2) -> Self
fn from(value: ICoreWebView2NavigationCompletedEventArgs2) -> 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