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