pub struct NavigationCompletedEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2NavigationCompletedEventHandler
.
Implementations§
Trait Implementations§
Source§fn from(implementation: &mut NavigationCompletedEventHandler) -> Self
fn from(implementation: &mut NavigationCompletedEventHandler) -> Self
Converts to this type from the input type.
Source§fn from(implementation: NavigationCompletedEventHandler) -> Self
fn from(implementation: NavigationCompletedEventHandler) -> Self
Converts to this type from the input type.
Source§fn from(implementation: NavigationCompletedEventHandler) -> Self
fn from(implementation: NavigationCompletedEventHandler) -> Self
Converts to this type from the input type.
Source§fn from(implementation: NavigationCompletedEventHandler) -> Self
fn from(implementation: NavigationCompletedEventHandler) -> Self
Converts to this type from the input type.
Source§unsafe fn to_impl(
interface: &ICoreWebView2NavigationCompletedEventHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2NavigationCompletedEventHandler, ) -> &mut Self
Safety Read more
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