pub struct CreateCoreWebView2ControllerCompletedHandler(_);Expand description
Implementation of ICoreWebView2CreateCoreWebView2ControllerCompletedHandler.
Implementations§
source§impl CreateCoreWebView2ControllerCompletedHandler
impl CreateCoreWebView2ControllerCompletedHandler
pub fn create( closure: CompletedClosure<HRESULT, Option<ICoreWebView2Controller>> ) -> ICoreWebView2CreateCoreWebView2ControllerCompletedHandler
pub fn wait_for_async_operation( closure: Box<dyn FnOnce(ICoreWebView2CreateCoreWebView2ControllerCompletedHandler) -> Result<()>>, completed: CompletedClosure<HRESULT, Option<ICoreWebView2Controller>> ) -> Result<()>
Trait Implementations§
source§impl AsImpl<CreateCoreWebView2ControllerCompletedHandler> for ICoreWebView2CreateCoreWebView2ControllerCompletedHandler
impl AsImpl<CreateCoreWebView2ControllerCompletedHandler> for ICoreWebView2CreateCoreWebView2ControllerCompletedHandler
fn as_impl(&self) -> &CreateCoreWebView2ControllerCompletedHandler
source§impl From<CreateCoreWebView2ControllerCompletedHandler> for ICoreWebView2CreateCoreWebView2ControllerCompletedHandler
impl From<CreateCoreWebView2ControllerCompletedHandler> for ICoreWebView2CreateCoreWebView2ControllerCompletedHandler
source§fn from(this: CreateCoreWebView2ControllerCompletedHandler) -> Self
fn from(this: CreateCoreWebView2ControllerCompletedHandler) -> Self
Converts to this type from the input type.
source§impl From<CreateCoreWebView2ControllerCompletedHandler> for IInspectable
impl From<CreateCoreWebView2ControllerCompletedHandler> for IInspectable
source§fn from(this: CreateCoreWebView2ControllerCompletedHandler) -> Self
fn from(this: CreateCoreWebView2ControllerCompletedHandler) -> Self
Converts to this type from the input type.
source§impl From<CreateCoreWebView2ControllerCompletedHandler> for IUnknown
impl From<CreateCoreWebView2ControllerCompletedHandler> for IUnknown
source§fn from(this: CreateCoreWebView2ControllerCompletedHandler) -> Self
fn from(this: CreateCoreWebView2ControllerCompletedHandler) -> Self
Converts to this type from the input type.