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