pub struct CreateCoreWebView2EnvironmentCompletedHandler(_);Expand description
Implementation of ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler.
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
fn as_impl(&self) -> &CreateCoreWebView2EnvironmentCompletedHandler
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.