pub struct CreateCoreWebView2ControllerCompletedHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2CreateCoreWebView2ControllerCompletedHandler
.
Implementations§
Source§impl CreateCoreWebView2ControllerCompletedHandler
impl CreateCoreWebView2ControllerCompletedHandler
pub fn create( closure: CompletedClosure<HRESULT, Option<ICoreWebView2Controller>>, ) -> ICoreWebView2CreateCoreWebView2ControllerCompletedHandler
pub fn wait_for_async_operation( closure: Box<dyn FnOnce(ICoreWebView2CreateCoreWebView2ControllerCompletedHandler) -> Result<()>>, completed: CompletedClosure<HRESULT, Option<ICoreWebView2Controller>>, ) -> Result<()>
Trait Implementations§
Source§impl From<&mut CreateCoreWebView2ControllerCompletedHandler> for ICoreWebView2CreateCoreWebView2ControllerCompletedHandler
impl From<&mut CreateCoreWebView2ControllerCompletedHandler> for ICoreWebView2CreateCoreWebView2ControllerCompletedHandler
Source§fn from(
implementation: &mut CreateCoreWebView2ControllerCompletedHandler,
) -> Self
fn from( implementation: &mut CreateCoreWebView2ControllerCompletedHandler, ) -> Self
Converts to this type from the input type.
Source§impl From<CreateCoreWebView2ControllerCompletedHandler> for ICoreWebView2CreateCoreWebView2ControllerCompletedHandler
impl From<CreateCoreWebView2ControllerCompletedHandler> for ICoreWebView2CreateCoreWebView2ControllerCompletedHandler
Source§fn from(implementation: CreateCoreWebView2ControllerCompletedHandler) -> Self
fn from(implementation: CreateCoreWebView2ControllerCompletedHandler) -> Self
Converts to this type from the input type.
Source§impl From<CreateCoreWebView2ControllerCompletedHandler> for IInspectable
impl From<CreateCoreWebView2ControllerCompletedHandler> for IInspectable
Source§fn from(implementation: CreateCoreWebView2ControllerCompletedHandler) -> Self
fn from(implementation: CreateCoreWebView2ControllerCompletedHandler) -> Self
Converts to this type from the input type.
Source§impl From<CreateCoreWebView2ControllerCompletedHandler> for IUnknown
impl From<CreateCoreWebView2ControllerCompletedHandler> for IUnknown
Source§fn from(implementation: CreateCoreWebView2ControllerCompletedHandler) -> Self
fn from(implementation: CreateCoreWebView2ControllerCompletedHandler) -> Self
Converts to this type from the input type.
Source§impl ToImpl<ICoreWebView2CreateCoreWebView2ControllerCompletedHandler> for CreateCoreWebView2ControllerCompletedHandler
impl ToImpl<ICoreWebView2CreateCoreWebView2ControllerCompletedHandler> for CreateCoreWebView2ControllerCompletedHandler
Source§unsafe fn to_impl(
interface: &ICoreWebView2CreateCoreWebView2ControllerCompletedHandler,
) -> &mut Self
unsafe fn to_impl( interface: &ICoreWebView2CreateCoreWebView2ControllerCompletedHandler, ) -> &mut Self
Safety Read more
Auto Trait Implementations§
impl Freeze for CreateCoreWebView2ControllerCompletedHandler
impl !RefUnwindSafe for CreateCoreWebView2ControllerCompletedHandler
impl !Send for CreateCoreWebView2ControllerCompletedHandler
impl !Sync for CreateCoreWebView2ControllerCompletedHandler
impl Unpin for CreateCoreWebView2ControllerCompletedHandler
impl !UnwindSafe for CreateCoreWebView2ControllerCompletedHandler
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