pub struct CreateCoreWebView2EnvironmentCompletedHandler(_);
Expand description
Implementation of ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler
.
Implementations
sourceimpl 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
sourceimpl AsImpl<CreateCoreWebView2EnvironmentCompletedHandler> for ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler
impl AsImpl<CreateCoreWebView2EnvironmentCompletedHandler> for ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler
fn as_impl(&self) -> &CreateCoreWebView2EnvironmentCompletedHandler
sourceimpl From<CreateCoreWebView2EnvironmentCompletedHandler> for ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler
impl From<CreateCoreWebView2EnvironmentCompletedHandler> for ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler
sourcefn from(this: CreateCoreWebView2EnvironmentCompletedHandler) -> Self
fn from(this: CreateCoreWebView2EnvironmentCompletedHandler) -> Self
Converts to this type from the input type.
sourceimpl From<CreateCoreWebView2EnvironmentCompletedHandler> for IInspectable
impl From<CreateCoreWebView2EnvironmentCompletedHandler> for IInspectable
sourcefn from(this: CreateCoreWebView2EnvironmentCompletedHandler) -> Self
fn from(this: CreateCoreWebView2EnvironmentCompletedHandler) -> Self
Converts to this type from the input type.
sourceimpl From<CreateCoreWebView2EnvironmentCompletedHandler> for IUnknown
impl From<CreateCoreWebView2EnvironmentCompletedHandler> for IUnknown
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more