Struct webview2_com::SourceChangedEventHandler
source · [−]pub struct SourceChangedEventHandler(_);
Expand description
Implementation of ICoreWebView2SourceChangedEventHandler
.
Implementations
Trait Implementations
sourceimpl AsImpl<SourceChangedEventHandler> for ICoreWebView2SourceChangedEventHandler
impl AsImpl<SourceChangedEventHandler> for ICoreWebView2SourceChangedEventHandler
fn as_impl(&self) -> &SourceChangedEventHandler
sourceimpl From<SourceChangedEventHandler> for ICoreWebView2SourceChangedEventHandler
impl From<SourceChangedEventHandler> for ICoreWebView2SourceChangedEventHandler
sourcefn from(this: SourceChangedEventHandler) -> Self
fn from(this: SourceChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<SourceChangedEventHandler> for IInspectable
impl From<SourceChangedEventHandler> for IInspectable
sourcefn from(this: SourceChangedEventHandler) -> Self
fn from(this: SourceChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<SourceChangedEventHandler> for IUnknown
impl From<SourceChangedEventHandler> for IUnknown
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more