pub struct CreateCoreWebView2CompositionControllerCompletedHandler(_);
Expand description
Implementation of ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler
.
Implementations
sourceimpl CreateCoreWebView2CompositionControllerCompletedHandler
impl CreateCoreWebView2CompositionControllerCompletedHandler
pub fn create(
closure: CompletedClosure<HRESULT, Option<ICoreWebView2CompositionController>>
) -> ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler
pub fn wait_for_async_operation(
closure: Box<dyn FnOnce(ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler) -> Result<()>>,
completed: CompletedClosure<HRESULT, Option<ICoreWebView2CompositionController>>
) -> Result<()>
Trait Implementations
sourceimpl AsImpl<CreateCoreWebView2CompositionControllerCompletedHandler> for ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler
impl AsImpl<CreateCoreWebView2CompositionControllerCompletedHandler> for ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler
sourceimpl From<CreateCoreWebView2CompositionControllerCompletedHandler> for ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler
impl From<CreateCoreWebView2CompositionControllerCompletedHandler> for ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler
sourcefn from(this: CreateCoreWebView2CompositionControllerCompletedHandler) -> Self
fn from(this: CreateCoreWebView2CompositionControllerCompletedHandler) -> Self
Converts to this type from the input type.
sourceimpl From<CreateCoreWebView2CompositionControllerCompletedHandler> for IInspectable
impl From<CreateCoreWebView2CompositionControllerCompletedHandler> for IInspectable
sourcefn from(this: CreateCoreWebView2CompositionControllerCompletedHandler) -> Self
fn from(this: CreateCoreWebView2CompositionControllerCompletedHandler) -> Self
Converts to this type from the input type.
sourceimpl From<CreateCoreWebView2CompositionControllerCompletedHandler> for IUnknown
impl From<CreateCoreWebView2CompositionControllerCompletedHandler> for IUnknown
sourcefn from(this: CreateCoreWebView2CompositionControllerCompletedHandler) -> Self
fn from(this: CreateCoreWebView2CompositionControllerCompletedHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for CreateCoreWebView2CompositionControllerCompletedHandler
impl !Send for CreateCoreWebView2CompositionControllerCompletedHandler
impl !Sync for CreateCoreWebView2CompositionControllerCompletedHandler
impl Unpin for CreateCoreWebView2CompositionControllerCompletedHandler
impl !UnwindSafe for CreateCoreWebView2CompositionControllerCompletedHandler
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