pub struct CreateCoreWebView2CompositionControllerCompletedHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler
.
Implementations§
Source§impl 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§
Source§impl From<&mut CreateCoreWebView2CompositionControllerCompletedHandler> for ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler
impl From<&mut CreateCoreWebView2CompositionControllerCompletedHandler> for ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler
Source§fn from(
implementation: &mut CreateCoreWebView2CompositionControllerCompletedHandler,
) -> Self
fn from( implementation: &mut CreateCoreWebView2CompositionControllerCompletedHandler, ) -> Self
Converts to this type from the input type.
Source§impl From<CreateCoreWebView2CompositionControllerCompletedHandler> for ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler
impl From<CreateCoreWebView2CompositionControllerCompletedHandler> for ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler
Source§fn from(
implementation: CreateCoreWebView2CompositionControllerCompletedHandler,
) -> Self
fn from( implementation: CreateCoreWebView2CompositionControllerCompletedHandler, ) -> Self
Converts to this type from the input type.
Source§impl From<CreateCoreWebView2CompositionControllerCompletedHandler> for IInspectable
impl From<CreateCoreWebView2CompositionControllerCompletedHandler> for IInspectable
Source§fn from(
implementation: CreateCoreWebView2CompositionControllerCompletedHandler,
) -> Self
fn from( implementation: CreateCoreWebView2CompositionControllerCompletedHandler, ) -> Self
Converts to this type from the input type.
Source§impl From<CreateCoreWebView2CompositionControllerCompletedHandler> for IUnknown
impl From<CreateCoreWebView2CompositionControllerCompletedHandler> for IUnknown
Source§fn from(
implementation: CreateCoreWebView2CompositionControllerCompletedHandler,
) -> Self
fn from( implementation: CreateCoreWebView2CompositionControllerCompletedHandler, ) -> Self
Converts to this type from the input type.
Source§impl ToImpl<ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler> for CreateCoreWebView2CompositionControllerCompletedHandler
impl ToImpl<ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler> for CreateCoreWebView2CompositionControllerCompletedHandler
Source§unsafe fn to_impl(
interface: &ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandler, ) -> &mut Self
Safety Read more
Auto Trait Implementations§
impl Freeze for CreateCoreWebView2CompositionControllerCompletedHandler
impl !RefUnwindSafe for CreateCoreWebView2CompositionControllerCompletedHandler
impl !Send for CreateCoreWebView2CompositionControllerCompletedHandler
impl !Sync for CreateCoreWebView2CompositionControllerCompletedHandler
impl Unpin for CreateCoreWebView2CompositionControllerCompletedHandler
impl !UnwindSafe for CreateCoreWebView2CompositionControllerCompletedHandler
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