Struct webview2_com::FaviconChangedEventHandler
source · pub struct FaviconChangedEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2FaviconChangedEventHandler_Impl
.
Implementations§
source§impl FaviconChangedEventHandler
impl FaviconChangedEventHandler
pub fn create( closure: EventClosure<Option<ICoreWebView2>, Option<IUnknown>>, ) -> ICoreWebView2FaviconChangedEventHandler
Trait Implementations§
source§impl AsImpl<FaviconChangedEventHandler> for IUnknown
impl AsImpl<FaviconChangedEventHandler> for IUnknown
source§impl ComObjectInner for FaviconChangedEventHandler
impl ComObjectInner for FaviconChangedEventHandler
§type Outer = FaviconChangedEventHandler_Impl
type Outer = FaviconChangedEventHandler_Impl
The generated
<foo>_Impl
type (aka the “boxed” type or “outer” type).source§fn into_object(self) -> ComObject<Self>
fn into_object(self) -> ComObject<Self>
Moves an instance of this type into a new ComObject box and returns it. Read more
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 !Freeze for FaviconChangedEventHandler
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