pub struct NewWindowRequestedEventHandler(_);
Expand description
Implementation of ICoreWebView2NewWindowRequestedEventHandler
.
Implementations
Trait Implementations
sourceimpl AsImpl<NewWindowRequestedEventHandler> for ICoreWebView2NewWindowRequestedEventHandler
impl AsImpl<NewWindowRequestedEventHandler> for ICoreWebView2NewWindowRequestedEventHandler
fn as_impl(&self) -> &NewWindowRequestedEventHandler
sourceimpl From<NewWindowRequestedEventHandler> for ICoreWebView2NewWindowRequestedEventHandler
impl From<NewWindowRequestedEventHandler> for ICoreWebView2NewWindowRequestedEventHandler
sourcefn from(this: NewWindowRequestedEventHandler) -> Self
fn from(this: NewWindowRequestedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<NewWindowRequestedEventHandler> for IInspectable
impl From<NewWindowRequestedEventHandler> for IInspectable
sourcefn from(this: NewWindowRequestedEventHandler) -> Self
fn from(this: NewWindowRequestedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<NewWindowRequestedEventHandler> for IUnknown
impl From<NewWindowRequestedEventHandler> for IUnknown
sourcefn from(this: NewWindowRequestedEventHandler) -> Self
fn from(this: NewWindowRequestedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for NewWindowRequestedEventHandler
impl !Send for NewWindowRequestedEventHandler
impl !Sync for NewWindowRequestedEventHandler
impl Unpin for NewWindowRequestedEventHandler
impl !UnwindSafe for NewWindowRequestedEventHandler
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more