pub struct NavigationStartingEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2NavigationStartingEventHandler
.
Implementations§
pub fn create( closure: EventClosure<Option<ICoreWebView2>, Option<ICoreWebView2NavigationStartingEventArgs>>, ) -> ICoreWebView2NavigationStartingEventHandler
Trait Implementations§
Source§fn from(implementation: &mut NavigationStartingEventHandler) -> Self
fn from(implementation: &mut NavigationStartingEventHandler) -> Self
Converts to this type from the input type.
Source§fn from(implementation: NavigationStartingEventHandler) -> Self
fn from(implementation: NavigationStartingEventHandler) -> Self
Converts to this type from the input type.
Source§fn from(implementation: NavigationStartingEventHandler) -> Self
fn from(implementation: NavigationStartingEventHandler) -> Self
Converts to this type from the input type.
Source§fn from(implementation: NavigationStartingEventHandler) -> Self
fn from(implementation: NavigationStartingEventHandler) -> Self
Converts to this type from the input type.
Source§unsafe fn to_impl(
interface: &ICoreWebView2NavigationStartingEventHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2NavigationStartingEventHandler, ) -> &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