Struct webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2NavigationCompletedEventArgs2
source · [−]#[repr(transparent)]pub struct ICoreWebView2NavigationCompletedEventArgs2(_);
Implementations
Trait Implementations
sourcefn from(value: &ICoreWebView2NavigationCompletedEventArgs2) -> Self
fn from(value: &ICoreWebView2NavigationCompletedEventArgs2) -> 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: ICoreWebView2NavigationCompletedEventArgs2) -> Self
fn from(value: ICoreWebView2NavigationCompletedEventArgs2) -> 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.
sourceimpl Interface for ICoreWebView2NavigationCompletedEventArgs2
impl Interface for ICoreWebView2NavigationCompletedEventArgs2
sourceconst IID: GUID = ::windows::core::GUID::from_u128(0xfdf8b738_ee1e_4db2_a329_8d7d7b74d792)
const IID: GUID = ::windows::core::GUID::from_u128(0xfdf8b738_ee1e_4db2_a329_8d7d7b74d792)
A unique identifier representing this interface.
impl Eq for ICoreWebView2NavigationCompletedEventArgs2
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2NavigationCompletedEventArgs2
impl !Send for ICoreWebView2NavigationCompletedEventArgs2
impl !Sync for ICoreWebView2NavigationCompletedEventArgs2
impl Unpin for ICoreWebView2NavigationCompletedEventArgs2
impl UnwindSafe for ICoreWebView2NavigationCompletedEventArgs2
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