Struct webview2_com::SourceChangedEventHandler
source · pub struct SourceChangedEventHandler(_);
Expand description
Implementation of ICoreWebView2SourceChangedEventHandler
.
Implementations§
Trait Implementations§
source§impl AsImpl<SourceChangedEventHandler> for ICoreWebView2SourceChangedEventHandler
impl AsImpl<SourceChangedEventHandler> for ICoreWebView2SourceChangedEventHandler
fn as_impl(&self) -> &SourceChangedEventHandler
source§impl From<SourceChangedEventHandler> for ICoreWebView2SourceChangedEventHandler
impl From<SourceChangedEventHandler> for ICoreWebView2SourceChangedEventHandler
source§fn from(this: SourceChangedEventHandler) -> Self
fn from(this: SourceChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<SourceChangedEventHandler> for IInspectable
impl From<SourceChangedEventHandler> for IInspectable
source§fn from(this: SourceChangedEventHandler) -> Self
fn from(this: SourceChangedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<SourceChangedEventHandler> for IUnknown
impl From<SourceChangedEventHandler> for IUnknown
source§fn from(this: SourceChangedEventHandler) -> Self
fn from(this: SourceChangedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
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