pub struct ProfileAddBrowserExtensionCompletedHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2ProfileAddBrowserExtensionCompletedHandler_Impl
.
Implementations§
source§impl ProfileAddBrowserExtensionCompletedHandler
impl ProfileAddBrowserExtensionCompletedHandler
pub fn create( closure: CompletedClosure<HRESULT, Option<ICoreWebView2BrowserExtension>>, ) -> ICoreWebView2ProfileAddBrowserExtensionCompletedHandler
pub fn wait_for_async_operation( closure: Box<dyn FnOnce(ICoreWebView2ProfileAddBrowserExtensionCompletedHandler) -> Result<()>>, completed: CompletedClosure<HRESULT, Option<ICoreWebView2BrowserExtension>>, ) -> Result<()>
Trait Implementations§
source§impl AsImpl<ProfileAddBrowserExtensionCompletedHandler> for ICoreWebView2ProfileAddBrowserExtensionCompletedHandler
impl AsImpl<ProfileAddBrowserExtensionCompletedHandler> for ICoreWebView2ProfileAddBrowserExtensionCompletedHandler
source§impl ComObjectInner for ProfileAddBrowserExtensionCompletedHandler
impl ComObjectInner for ProfileAddBrowserExtensionCompletedHandler
§type Outer = ProfileAddBrowserExtensionCompletedHandler_Impl
type Outer = ProfileAddBrowserExtensionCompletedHandler_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<ProfileAddBrowserExtensionCompletedHandler> for ICoreWebView2ProfileAddBrowserExtensionCompletedHandler
impl From<ProfileAddBrowserExtensionCompletedHandler> for ICoreWebView2ProfileAddBrowserExtensionCompletedHandler
source§fn from(this: ProfileAddBrowserExtensionCompletedHandler) -> Self
fn from(this: ProfileAddBrowserExtensionCompletedHandler) -> Self
Converts to this type from the input type.
source§impl From<ProfileAddBrowserExtensionCompletedHandler> for IInspectable
impl From<ProfileAddBrowserExtensionCompletedHandler> for IInspectable
source§fn from(this: ProfileAddBrowserExtensionCompletedHandler) -> Self
fn from(this: ProfileAddBrowserExtensionCompletedHandler) -> Self
Converts to this type from the input type.
source§impl From<ProfileAddBrowserExtensionCompletedHandler> for IUnknown
impl From<ProfileAddBrowserExtensionCompletedHandler> for IUnknown
source§fn from(this: ProfileAddBrowserExtensionCompletedHandler) -> Self
fn from(this: ProfileAddBrowserExtensionCompletedHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for ProfileAddBrowserExtensionCompletedHandler
impl !RefUnwindSafe for ProfileAddBrowserExtensionCompletedHandler
impl !Send for ProfileAddBrowserExtensionCompletedHandler
impl !Sync for ProfileAddBrowserExtensionCompletedHandler
impl Unpin for ProfileAddBrowserExtensionCompletedHandler
impl !UnwindSafe for ProfileAddBrowserExtensionCompletedHandler
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