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