pub struct ICoreWebView2BytesReceivedChangedEventHandler(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for ICoreWebView2BytesReceivedChangedEventHandler
impl Clone for ICoreWebView2BytesReceivedChangedEventHandler
Source§fn clone(&self) -> ICoreWebView2BytesReceivedChangedEventHandler
fn clone(&self) -> ICoreWebView2BytesReceivedChangedEventHandler
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 BytesReceivedChangedEventHandler> for ICoreWebView2BytesReceivedChangedEventHandler
impl From<&mut BytesReceivedChangedEventHandler> for ICoreWebView2BytesReceivedChangedEventHandler
Source§fn from(implementation: &mut BytesReceivedChangedEventHandler) -> Self
fn from(implementation: &mut BytesReceivedChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<BytesReceivedChangedEventHandler> for ICoreWebView2BytesReceivedChangedEventHandler
impl From<BytesReceivedChangedEventHandler> for ICoreWebView2BytesReceivedChangedEventHandler
Source§fn from(implementation: BytesReceivedChangedEventHandler) -> Self
fn from(implementation: BytesReceivedChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl Interface for ICoreWebView2BytesReceivedChangedEventHandler
impl Interface for ICoreWebView2BytesReceivedChangedEventHandler
Source§impl PartialEq for ICoreWebView2BytesReceivedChangedEventHandler
impl PartialEq for ICoreWebView2BytesReceivedChangedEventHandler
Source§fn eq(&self, other: &ICoreWebView2BytesReceivedChangedEventHandler) -> bool
fn eq(&self, other: &ICoreWebView2BytesReceivedChangedEventHandler) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl ToImpl<ICoreWebView2BytesReceivedChangedEventHandler> for BytesReceivedChangedEventHandler
impl ToImpl<ICoreWebView2BytesReceivedChangedEventHandler> for BytesReceivedChangedEventHandler
Source§unsafe fn to_impl(
interface: &ICoreWebView2BytesReceivedChangedEventHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2BytesReceivedChangedEventHandler, ) -> &mut Self
Safety Read more
impl Eq for ICoreWebView2BytesReceivedChangedEventHandler
impl StructuralPartialEq for ICoreWebView2BytesReceivedChangedEventHandler
Auto Trait Implementations§
impl Freeze for ICoreWebView2BytesReceivedChangedEventHandler
impl RefUnwindSafe for ICoreWebView2BytesReceivedChangedEventHandler
impl !Send for ICoreWebView2BytesReceivedChangedEventHandler
impl !Sync for ICoreWebView2BytesReceivedChangedEventHandler
impl Unpin for ICoreWebView2BytesReceivedChangedEventHandler
impl UnwindSafe for ICoreWebView2BytesReceivedChangedEventHandler
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