pub struct NavigationStartingEventHandler(_);
Expand description
Implementation of ICoreWebView2NavigationStartingEventHandler
.
Implementations
Trait Implementations
fn as_impl(&self) -> &NavigationStartingEventHandler
sourcefn from(this: NavigationStartingEventHandler) -> Self
fn from(this: NavigationStartingEventHandler) -> Self
Converts to this type from the input type.
sourcefn from(this: NavigationStartingEventHandler) -> Self
fn from(this: NavigationStartingEventHandler) -> Self
Converts to this type from the input type.
sourcefn from(this: NavigationStartingEventHandler) -> Self
fn from(this: NavigationStartingEventHandler) -> 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