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