Struct webview2_com::ProfileDeletedEventHandler
source · pub struct ProfileDeletedEventHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2ProfileDeletedEventHandler_Impl
.
Implementations§
source§impl ProfileDeletedEventHandler
impl ProfileDeletedEventHandler
pub fn create( closure: EventClosure<Option<ICoreWebView2Profile>, Option<IUnknown>>, ) -> ICoreWebView2ProfileDeletedEventHandler
Trait Implementations§
source§impl AsImpl<ProfileDeletedEventHandler> for IUnknown
impl AsImpl<ProfileDeletedEventHandler> for IUnknown
source§impl ComObjectInner for ProfileDeletedEventHandler
impl ComObjectInner for ProfileDeletedEventHandler
§type Outer = ProfileDeletedEventHandler_Impl
type Outer = ProfileDeletedEventHandler_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<ProfileDeletedEventHandler> for ICoreWebView2ProfileDeletedEventHandler
impl From<ProfileDeletedEventHandler> for ICoreWebView2ProfileDeletedEventHandler
source§fn from(this: ProfileDeletedEventHandler) -> Self
fn from(this: ProfileDeletedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<ProfileDeletedEventHandler> for IInspectable
impl From<ProfileDeletedEventHandler> for IInspectable
source§fn from(this: ProfileDeletedEventHandler) -> Self
fn from(this: ProfileDeletedEventHandler) -> Self
Converts to this type from the input type.
source§impl From<ProfileDeletedEventHandler> for IUnknown
impl From<ProfileDeletedEventHandler> for IUnknown
source§fn from(this: ProfileDeletedEventHandler) -> Self
fn from(this: ProfileDeletedEventHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for ProfileDeletedEventHandler
impl !RefUnwindSafe for ProfileDeletedEventHandler
impl !Send for ProfileDeletedEventHandler
impl !Sync for ProfileDeletedEventHandler
impl Unpin for ProfileDeletedEventHandler
impl !UnwindSafe for ProfileDeletedEventHandler
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