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.
Auto Trait Implementations§
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