pub struct CreateCoreWebView2EnvironmentCompletedHandler(/* private fields */);
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 From<&mut CreateCoreWebView2EnvironmentCompletedHandler> for ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler
impl From<&mut CreateCoreWebView2EnvironmentCompletedHandler> for ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler
Source§fn from(
implementation: &mut CreateCoreWebView2EnvironmentCompletedHandler,
) -> Self
fn from( implementation: &mut CreateCoreWebView2EnvironmentCompletedHandler, ) -> Self
Converts to this type from the input type.
Source§impl From<CreateCoreWebView2EnvironmentCompletedHandler> for ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler
impl From<CreateCoreWebView2EnvironmentCompletedHandler> for ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler
Source§fn from(implementation: CreateCoreWebView2EnvironmentCompletedHandler) -> Self
fn from(implementation: CreateCoreWebView2EnvironmentCompletedHandler) -> Self
Converts to this type from the input type.
Source§impl From<CreateCoreWebView2EnvironmentCompletedHandler> for IInspectable
impl From<CreateCoreWebView2EnvironmentCompletedHandler> for IInspectable
Source§fn from(implementation: CreateCoreWebView2EnvironmentCompletedHandler) -> Self
fn from(implementation: CreateCoreWebView2EnvironmentCompletedHandler) -> Self
Converts to this type from the input type.
Source§impl From<CreateCoreWebView2EnvironmentCompletedHandler> for IUnknown
impl From<CreateCoreWebView2EnvironmentCompletedHandler> for IUnknown
Source§fn from(implementation: CreateCoreWebView2EnvironmentCompletedHandler) -> Self
fn from(implementation: CreateCoreWebView2EnvironmentCompletedHandler) -> Self
Converts to this type from the input type.
Source§impl ToImpl<ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler> for CreateCoreWebView2EnvironmentCompletedHandler
impl ToImpl<ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler> for CreateCoreWebView2EnvironmentCompletedHandler
Source§unsafe fn to_impl(
interface: &ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler, ) -> &mut Self
Safety Read more
Auto Trait Implementations§
impl Freeze for CreateCoreWebView2EnvironmentCompletedHandler
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