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