pub struct ICoreWebView2DevToolsProtocolEventReceivedEventHandler(/* private fields */);
Implementations§
Source§impl ICoreWebView2DevToolsProtocolEventReceivedEventHandler
impl ICoreWebView2DevToolsProtocolEventReceivedEventHandler
pub unsafe fn Invoke<'a>( &self, sender: impl IntoParam<'a, ICoreWebView2>, args: impl IntoParam<'a, ICoreWebView2DevToolsProtocolEventReceivedEventArgs>, ) -> Result<(), Error>
Trait Implementations§
Source§impl Clone for ICoreWebView2DevToolsProtocolEventReceivedEventHandler
impl Clone for ICoreWebView2DevToolsProtocolEventReceivedEventHandler
Source§fn clone(&self) -> ICoreWebView2DevToolsProtocolEventReceivedEventHandler
fn clone(&self) -> ICoreWebView2DevToolsProtocolEventReceivedEventHandler
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§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 Interface for ICoreWebView2DevToolsProtocolEventReceivedEventHandler
impl Interface for ICoreWebView2DevToolsProtocolEventReceivedEventHandler
Source§impl PartialEq for ICoreWebView2DevToolsProtocolEventReceivedEventHandler
impl PartialEq for ICoreWebView2DevToolsProtocolEventReceivedEventHandler
Source§fn eq(
&self,
other: &ICoreWebView2DevToolsProtocolEventReceivedEventHandler,
) -> bool
fn eq( &self, other: &ICoreWebView2DevToolsProtocolEventReceivedEventHandler, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.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
impl Eq for ICoreWebView2DevToolsProtocolEventReceivedEventHandler
impl StructuralPartialEq for ICoreWebView2DevToolsProtocolEventReceivedEventHandler
Auto Trait Implementations§
impl Freeze for ICoreWebView2DevToolsProtocolEventReceivedEventHandler
impl RefUnwindSafe for ICoreWebView2DevToolsProtocolEventReceivedEventHandler
impl !Send for ICoreWebView2DevToolsProtocolEventReceivedEventHandler
impl !Sync for ICoreWebView2DevToolsProtocolEventReceivedEventHandler
impl Unpin for ICoreWebView2DevToolsProtocolEventReceivedEventHandler
impl UnwindSafe for ICoreWebView2DevToolsProtocolEventReceivedEventHandler
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