pub struct BytesReceivedChangedEventHandler(/* private fields */);Expand description
Implementation of ICoreWebView2BytesReceivedChangedEventHandler.
Implementations§
Trait Implementations§
Source§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 From<BytesReceivedChangedEventHandler> for IInspectable
impl From<BytesReceivedChangedEventHandler> for IInspectable
Source§fn from(implementation: BytesReceivedChangedEventHandler) -> Self
fn from(implementation: BytesReceivedChangedEventHandler) -> Self
Converts to this type from the input type.
Source§impl From<BytesReceivedChangedEventHandler> for IUnknown
impl From<BytesReceivedChangedEventHandler> for IUnknown
Source§fn from(implementation: BytesReceivedChangedEventHandler) -> Self
fn from(implementation: BytesReceivedChangedEventHandler) -> Self
Converts to this type from the input type.
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
Auto Trait Implementations§
impl Freeze for BytesReceivedChangedEventHandler
impl !RefUnwindSafe for BytesReceivedChangedEventHandler
impl !Send for BytesReceivedChangedEventHandler
impl !Sync for BytesReceivedChangedEventHandler
impl Unpin for BytesReceivedChangedEventHandler
impl !UnwindSafe for BytesReceivedChangedEventHandler
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