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