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