pub struct ICoreWebView2WebMessageReceivedEventArgs(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ICoreWebView2WebMessageReceivedEventArgs
impl Clone for ICoreWebView2WebMessageReceivedEventArgs
Source§fn clone(&self) -> ICoreWebView2WebMessageReceivedEventArgs
fn clone(&self) -> ICoreWebView2WebMessageReceivedEventArgs
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 Interface for ICoreWebView2WebMessageReceivedEventArgs
impl Interface for ICoreWebView2WebMessageReceivedEventArgs
Source§impl PartialEq for ICoreWebView2WebMessageReceivedEventArgs
impl PartialEq for ICoreWebView2WebMessageReceivedEventArgs
Source§fn eq(&self, other: &ICoreWebView2WebMessageReceivedEventArgs) -> bool
fn eq(&self, other: &ICoreWebView2WebMessageReceivedEventArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ICoreWebView2WebMessageReceivedEventArgs
impl StructuralPartialEq for ICoreWebView2WebMessageReceivedEventArgs
Auto Trait Implementations§
impl Freeze for ICoreWebView2WebMessageReceivedEventArgs
impl RefUnwindSafe for ICoreWebView2WebMessageReceivedEventArgs
impl !Send for ICoreWebView2WebMessageReceivedEventArgs
impl !Sync for ICoreWebView2WebMessageReceivedEventArgs
impl Unpin for ICoreWebView2WebMessageReceivedEventArgs
impl UnwindSafe for ICoreWebView2WebMessageReceivedEventArgs
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