pub struct NewWindowRequestedEventHandler(/* private fields */);Expand description
Implementation of ICoreWebView2NewWindowRequestedEventHandler.
Implementations§
Trait Implementations§
Source§impl From<&mut NewWindowRequestedEventHandler> for ICoreWebView2NewWindowRequestedEventHandler
impl From<&mut NewWindowRequestedEventHandler> for ICoreWebView2NewWindowRequestedEventHandler
Source§fn from(implementation: &mut NewWindowRequestedEventHandler) -> Self
fn from(implementation: &mut NewWindowRequestedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<NewWindowRequestedEventHandler> for ICoreWebView2NewWindowRequestedEventHandler
impl From<NewWindowRequestedEventHandler> for ICoreWebView2NewWindowRequestedEventHandler
Source§fn from(implementation: NewWindowRequestedEventHandler) -> Self
fn from(implementation: NewWindowRequestedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<NewWindowRequestedEventHandler> for IInspectable
impl From<NewWindowRequestedEventHandler> for IInspectable
Source§fn from(implementation: NewWindowRequestedEventHandler) -> Self
fn from(implementation: NewWindowRequestedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<NewWindowRequestedEventHandler> for IUnknown
impl From<NewWindowRequestedEventHandler> for IUnknown
Source§fn from(implementation: NewWindowRequestedEventHandler) -> Self
fn from(implementation: NewWindowRequestedEventHandler) -> Self
Converts to this type from the input type.
Source§impl ToImpl<ICoreWebView2NewWindowRequestedEventHandler> for NewWindowRequestedEventHandler
impl ToImpl<ICoreWebView2NewWindowRequestedEventHandler> for NewWindowRequestedEventHandler
Source§unsafe fn to_impl(
interface: &ICoreWebView2NewWindowRequestedEventHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2NewWindowRequestedEventHandler, ) -> &mut Self
Safety Read more
Auto Trait Implementations§
impl Freeze for NewWindowRequestedEventHandler
impl !RefUnwindSafe for NewWindowRequestedEventHandler
impl !Send for NewWindowRequestedEventHandler
impl !Sync for NewWindowRequestedEventHandler
impl Unpin for NewWindowRequestedEventHandler
impl !UnwindSafe for NewWindowRequestedEventHandler
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