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