Struct makepad_widgets::shader::std::windows::Foundation::IAsyncOperationWithProgress
#[repr(transparent)]pub struct IAsyncOperationWithProgress<TResult, TProgress>(/* private fields */)
where
TResult: RuntimeType + 'static,
TProgress: RuntimeType + 'static;Expand description
Required features: "Foundation"
Implementations§
§impl<TResult, TProgress> IAsyncOperationWithProgress<TResult, TProgress>where
TResult: RuntimeType + 'static,
TProgress: RuntimeType + 'static,
impl<TResult, TProgress> IAsyncOperationWithProgress<TResult, TProgress>where TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static,
pub fn SetProgress<P0>(&self, handler: P0) -> Result<(), Error>where P0: IntoParam<AsyncOperationProgressHandler<TResult, TProgress>, <AsyncOperationProgressHandler<TResult, TProgress> as TypeKind>::TypeKind>,
pub fn Progress( &self ) -> Result<AsyncOperationProgressHandler<TResult, TProgress>, Error>
pub fn SetCompleted<P0>(&self, handler: P0) -> Result<(), Error>where P0: IntoParam<AsyncOperationWithProgressCompletedHandler<TResult, TProgress>, <AsyncOperationWithProgressCompletedHandler<TResult, TProgress> as TypeKind>::TypeKind>,
pub fn Completed( &self ) -> Result<AsyncOperationWithProgressCompletedHandler<TResult, TProgress>, Error>
pub fn GetResults(&self) -> Result<TResult, Error>
pub fn Id(&self) -> Result<u32, Error>
pub fn Status(&self) -> Result<AsyncStatus, Error>
pub fn ErrorCode(&self) -> Result<HRESULT, Error>
pub fn Cancel(&self) -> Result<(), Error>
pub fn Close(&self) -> Result<(), Error>
§impl<TResult, TProgress> IAsyncOperationWithProgress<TResult, TProgress>where
TResult: RuntimeType + 'static,
TProgress: RuntimeType + 'static,
impl<TResult, TProgress> IAsyncOperationWithProgress<TResult, TProgress>where TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static,
Trait Implementations§
§impl<TResult, TProgress> Clone for IAsyncOperationWithProgress<TResult, TProgress>where
TResult: RuntimeType + 'static,
TProgress: RuntimeType + 'static,
impl<TResult, TProgress> Clone for IAsyncOperationWithProgress<TResult, TProgress>where TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static,
§fn clone(&self) -> IAsyncOperationWithProgress<TResult, TProgress> ⓘ
fn clone(&self) -> IAsyncOperationWithProgress<TResult, TProgress> ⓘ
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl<TResult, TProgress> ComInterface for IAsyncOperationWithProgress<TResult, TProgress>where
TResult: RuntimeType + 'static,
TProgress: RuntimeType + 'static,
impl<TResult, TProgress> ComInterface for IAsyncOperationWithProgress<TResult, TProgress>where TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static,
fn as_unknown(&self) -> &IUnknown
§impl<TResult, TProgress> Debug for IAsyncOperationWithProgress<TResult, TProgress>where
TResult: RuntimeType + 'static,
TProgress: RuntimeType + 'static,
impl<TResult, TProgress> Debug for IAsyncOperationWithProgress<TResult, TProgress>where TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static,
§impl<TResult, TProgress> Future for IAsyncOperationWithProgress<TResult, TProgress>where
TResult: RuntimeType + 'static,
TProgress: RuntimeType + 'static,
impl<TResult, TProgress> Future for IAsyncOperationWithProgress<TResult, TProgress>where TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static,
§fn poll(
self: Pin<&mut IAsyncOperationWithProgress<TResult, TProgress>>,
context: &mut Context<'_>
) -> Poll<<IAsyncOperationWithProgress<TResult, TProgress> as Future>::Output>
fn poll( self: Pin<&mut IAsyncOperationWithProgress<TResult, TProgress>>, context: &mut Context<'_> ) -> Poll<<IAsyncOperationWithProgress<TResult, TProgress> as Future>::Output>
Attempt to resolve the future to a final value, registering
the current task for wakeup if the value is not yet available. Read more
§impl<TResult, TProgress> Interface for IAsyncOperationWithProgress<TResult, TProgress>where
TResult: RuntimeType + 'static,
TProgress: RuntimeType + 'static,
impl<TResult, TProgress> Interface for IAsyncOperationWithProgress<TResult, TProgress>where TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static,
type Vtable = IAsyncOperationWithProgress_Vtbl<TResult, TProgress>
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§impl<TResult, TProgress> PartialEq<IAsyncOperationWithProgress<TResult, TProgress>> for IAsyncOperationWithProgress<TResult, TProgress>where
TResult: RuntimeType + 'static,
TProgress: RuntimeType + 'static,
impl<TResult, TProgress> PartialEq<IAsyncOperationWithProgress<TResult, TProgress>> for IAsyncOperationWithProgress<TResult, TProgress>where TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static,
§fn eq(&self, other: &IAsyncOperationWithProgress<TResult, TProgress>) -> bool
fn eq(&self, other: &IAsyncOperationWithProgress<TResult, TProgress>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<TResult, TProgress> Eq for IAsyncOperationWithProgress<TResult, TProgress>where TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static,
impl<TResult, TProgress> Send for IAsyncOperationWithProgress<TResult, TProgress>where TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static,
impl<TResult, TProgress> Sync for IAsyncOperationWithProgress<TResult, TProgress>where TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static,
Auto Trait Implementations§
impl<TResult, TProgress> RefUnwindSafe for IAsyncOperationWithProgress<TResult, TProgress>where TProgress: RefUnwindSafe, TResult: RefUnwindSafe,
impl<TResult, TProgress> Unpin for IAsyncOperationWithProgress<TResult, TProgress>where TProgress: Unpin, TResult: Unpin,
impl<TResult, TProgress> UnwindSafe for IAsyncOperationWithProgress<TResult, TProgress>where TProgress: UnwindSafe, TResult: UnwindSafe,
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
source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere F: Future,
§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more