Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2BytesReceivedChangedEventHandler
source · #[repr(transparent)]pub struct ICoreWebView2BytesReceivedChangedEventHandler(_);
Implementations§
source§impl ICoreWebView2BytesReceivedChangedEventHandler
impl ICoreWebView2BytesReceivedChangedEventHandler
pub unsafe fn Invoke<P0, P1>(&self, sender: P0, args: P1) -> Result<(), Error>where P0: IntoParam<ICoreWebView2DownloadOperation, <ICoreWebView2DownloadOperation as TypeKind>::TypeKind>, P1: IntoParam<IUnknown, <IUnknown as TypeKind>::TypeKind>,
Trait Implementations§
source§impl AsImpl<BytesReceivedChangedEventHandler> for ICoreWebView2BytesReceivedChangedEventHandler
impl AsImpl<BytesReceivedChangedEventHandler> for ICoreWebView2BytesReceivedChangedEventHandler
fn as_impl(&self) -> &BytesReceivedChangedEventHandler
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 ComInterface for ICoreWebView2BytesReceivedChangedEventHandler
impl ComInterface for ICoreWebView2BytesReceivedChangedEventHandler
source§const IID: GUID = ::windows::core::GUID::from_u128(173539759065252329553067411007439987281)
const IID: GUID = ::windows::core::GUID::from_u128(173539759065252329553067411007439987281)
A unique identifier representing this interface.
source§impl From<BytesReceivedChangedEventHandler> for ICoreWebView2BytesReceivedChangedEventHandler
impl From<BytesReceivedChangedEventHandler> for ICoreWebView2BytesReceivedChangedEventHandler
source§fn from(this: BytesReceivedChangedEventHandler) -> Self
fn from(this: BytesReceivedChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl Interface for ICoreWebView2BytesReceivedChangedEventHandler
impl Interface for ICoreWebView2BytesReceivedChangedEventHandler
type Vtable = ICoreWebView2BytesReceivedChangedEventHandler_Vtbl
source§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.source§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
source§impl PartialEq<ICoreWebView2BytesReceivedChangedEventHandler> for ICoreWebView2BytesReceivedChangedEventHandler
impl PartialEq<ICoreWebView2BytesReceivedChangedEventHandler> for ICoreWebView2BytesReceivedChangedEventHandler
source§fn eq(&self, other: &ICoreWebView2BytesReceivedChangedEventHandler) -> bool
fn eq(&self, other: &ICoreWebView2BytesReceivedChangedEventHandler) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ICoreWebView2BytesReceivedChangedEventHandler
Auto Trait Implementations§
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