Struct webview2_com::FaviconChangedEventHandler
source · [−]pub struct FaviconChangedEventHandler(_);
Expand description
Implementation of ICoreWebView2FaviconChangedEventHandler
.
Implementations
sourceimpl FaviconChangedEventHandler
impl FaviconChangedEventHandler
pub fn create(
closure: EventClosure<Option<ICoreWebView2>, Option<IUnknown>>
) -> ICoreWebView2FaviconChangedEventHandler
Trait Implementations
sourceimpl AsImpl<FaviconChangedEventHandler> for ICoreWebView2FaviconChangedEventHandler
impl AsImpl<FaviconChangedEventHandler> for ICoreWebView2FaviconChangedEventHandler
fn as_impl(&self) -> &FaviconChangedEventHandler
sourceimpl From<FaviconChangedEventHandler> for ICoreWebView2FaviconChangedEventHandler
impl From<FaviconChangedEventHandler> for ICoreWebView2FaviconChangedEventHandler
sourcefn from(this: FaviconChangedEventHandler) -> Self
fn from(this: FaviconChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<FaviconChangedEventHandler> for IInspectable
impl From<FaviconChangedEventHandler> for IInspectable
sourcefn from(this: FaviconChangedEventHandler) -> Self
fn from(this: FaviconChangedEventHandler) -> Self
Converts to this type from the input type.
sourceimpl From<FaviconChangedEventHandler> for IUnknown
impl From<FaviconChangedEventHandler> for IUnknown
sourcefn from(this: FaviconChangedEventHandler) -> Self
fn from(this: FaviconChangedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for FaviconChangedEventHandler
impl !Send for FaviconChangedEventHandler
impl !Sync for FaviconChangedEventHandler
impl Unpin for FaviconChangedEventHandler
impl !UnwindSafe for FaviconChangedEventHandler
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