Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2FrameWebMessageReceivedEventHandler
source · [−]#[repr(transparent)]pub struct ICoreWebView2FrameWebMessageReceivedEventHandler(_);
Implementations
Trait Implementations
sourceimpl AsImpl<FrameWebMessageReceivedEventHandler> for ICoreWebView2FrameWebMessageReceivedEventHandler
impl AsImpl<FrameWebMessageReceivedEventHandler> for ICoreWebView2FrameWebMessageReceivedEventHandler
fn as_impl(&self) -> &FrameWebMessageReceivedEventHandler
sourceimpl Clone for ICoreWebView2FrameWebMessageReceivedEventHandler
impl Clone for ICoreWebView2FrameWebMessageReceivedEventHandler
sourcefn clone(&self) -> ICoreWebView2FrameWebMessageReceivedEventHandler
fn clone(&self) -> ICoreWebView2FrameWebMessageReceivedEventHandler
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl From<FrameWebMessageReceivedEventHandler> for ICoreWebView2FrameWebMessageReceivedEventHandler
impl From<FrameWebMessageReceivedEventHandler> for ICoreWebView2FrameWebMessageReceivedEventHandler
sourcefn from(this: FrameWebMessageReceivedEventHandler) -> Self
fn from(this: FrameWebMessageReceivedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl Interface for ICoreWebView2FrameWebMessageReceivedEventHandler
impl Interface for ICoreWebView2FrameWebMessageReceivedEventHandler
sourceconst IID: GUID = ::windows::core::GUID::from_u128(302326028277851620414156432060278661797)
const IID: GUID = ::windows::core::GUID::from_u128(302326028277851620414156432060278661797)
A unique identifier representing this interface.
sourceimpl PartialEq<ICoreWebView2FrameWebMessageReceivedEventHandler> for ICoreWebView2FrameWebMessageReceivedEventHandler
impl PartialEq<ICoreWebView2FrameWebMessageReceivedEventHandler> for ICoreWebView2FrameWebMessageReceivedEventHandler
sourcefn eq(&self, other: &ICoreWebView2FrameWebMessageReceivedEventHandler) -> bool
fn eq(&self, other: &ICoreWebView2FrameWebMessageReceivedEventHandler) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Eq for ICoreWebView2FrameWebMessageReceivedEventHandler
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2FrameWebMessageReceivedEventHandler
impl !Send for ICoreWebView2FrameWebMessageReceivedEventHandler
impl !Sync for ICoreWebView2FrameWebMessageReceivedEventHandler
impl Unpin for ICoreWebView2FrameWebMessageReceivedEventHandler
impl UnwindSafe for ICoreWebView2FrameWebMessageReceivedEventHandler
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