pub struct GetProcessExtendedInfosCompletedHandler(/* private fields */);
Expand description
Implementation of ICoreWebView2GetProcessExtendedInfosCompletedHandler_Impl
.
Implementations§
source§impl GetProcessExtendedInfosCompletedHandler
impl GetProcessExtendedInfosCompletedHandler
pub fn create( closure: CompletedClosure<HRESULT, Option<ICoreWebView2ProcessExtendedInfoCollection>>, ) -> ICoreWebView2GetProcessExtendedInfosCompletedHandler
pub fn wait_for_async_operation( closure: Box<dyn FnOnce(ICoreWebView2GetProcessExtendedInfosCompletedHandler) -> Result<()>>, completed: CompletedClosure<HRESULT, Option<ICoreWebView2ProcessExtendedInfoCollection>>, ) -> Result<()>
Trait Implementations§
source§impl AsImpl<GetProcessExtendedInfosCompletedHandler> for ICoreWebView2GetProcessExtendedInfosCompletedHandler
impl AsImpl<GetProcessExtendedInfosCompletedHandler> for ICoreWebView2GetProcessExtendedInfosCompletedHandler
source§impl ComObjectInner for GetProcessExtendedInfosCompletedHandler
impl ComObjectInner for GetProcessExtendedInfosCompletedHandler
§type Outer = GetProcessExtendedInfosCompletedHandler_Impl
type Outer = GetProcessExtendedInfosCompletedHandler_Impl
The generated
<foo>_Impl
type (aka the “boxed” type or “outer” type).source§fn into_object(self) -> ComObject<Self>
fn into_object(self) -> ComObject<Self>
Moves an instance of this type into a new ComObject box and returns it. Read more
source§impl From<GetProcessExtendedInfosCompletedHandler> for ICoreWebView2GetProcessExtendedInfosCompletedHandler
impl From<GetProcessExtendedInfosCompletedHandler> for ICoreWebView2GetProcessExtendedInfosCompletedHandler
source§fn from(this: GetProcessExtendedInfosCompletedHandler) -> Self
fn from(this: GetProcessExtendedInfosCompletedHandler) -> Self
Converts to this type from the input type.
source§impl From<GetProcessExtendedInfosCompletedHandler> for IInspectable
impl From<GetProcessExtendedInfosCompletedHandler> for IInspectable
source§fn from(this: GetProcessExtendedInfosCompletedHandler) -> Self
fn from(this: GetProcessExtendedInfosCompletedHandler) -> Self
Converts to this type from the input type.
source§impl From<GetProcessExtendedInfosCompletedHandler> for IUnknown
impl From<GetProcessExtendedInfosCompletedHandler> for IUnknown
source§fn from(this: GetProcessExtendedInfosCompletedHandler) -> Self
fn from(this: GetProcessExtendedInfosCompletedHandler) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for GetProcessExtendedInfosCompletedHandler
impl !RefUnwindSafe for GetProcessExtendedInfosCompletedHandler
impl !Send for GetProcessExtendedInfosCompletedHandler
impl !Sync for GetProcessExtendedInfosCompletedHandler
impl Unpin for GetProcessExtendedInfosCompletedHandler
impl !UnwindSafe for GetProcessExtendedInfosCompletedHandler
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