Struct winrt::windows::foundation::IAsyncOperationWithProgress [] [src]

#[repr(C)]
pub struct IAsyncOperationWithProgress<TResult, TProgress> where
    TResult: RtType,
    TProgress: RtType
{ /* fields omitted */ }

Methods

impl<TResult: RtType, TProgress: RtType> IAsyncOperationWithProgress<TResult, TProgress>
[src]

Methods from Deref<Target = IInspectable>

Returns the interfaces that are implemented by the current Windows Runtime object.

Returns the trust level of the current Windows Runtime object.

Trait Implementations

impl<T: RtType + 'static, P: RtType + 'static> RtAsyncAction for IAsyncOperationWithProgress<T, P> where
    AsyncOperationWithProgressCompletedHandler<T, P>: ComIid
[src]

impl<T: RtType + 'static, P: RtType + 'static> RtAsyncOperation for IAsyncOperationWithProgress<T, P> where
    AsyncOperationWithProgressCompletedHandler<T, P>: ComIid
[src]

impl<TResult, TProgress> ComInterface for IAsyncOperationWithProgress<TResult, TProgress> where
    TResult: RtType,
    TProgress: RtType
[src]

The type that defines the VTable of this interface.

impl<TResult, TProgress> RtType for IAsyncOperationWithProgress<TResult, TProgress> where
    TResult: RtType,
    TProgress: RtType
[src]

impl<TResult, TProgress> Deref for IAsyncOperationWithProgress<TResult, TProgress> where
    TResult: RtType,
    TProgress: RtType
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<TResult, TProgress> DerefMut for IAsyncOperationWithProgress<TResult, TProgress> where
    TResult: RtType,
    TProgress: RtType
[src]

The method called to mutably dereference a value

impl<TResult: RtType, TProgress: RtType> RtInterface for IAsyncOperationWithProgress<TResult, TProgress>
[src]

impl<TResult: RtType, TProgress: RtType> RtClassInterface for IAsyncOperationWithProgress<TResult, TProgress>
[src]

impl ComIid for IAsyncOperationWithProgress<bool, f64>
[src]

impl ComIid for IAsyncOperationWithProgress<HString, u64>
[src]

impl ComIid for IAsyncOperationWithProgress<u32, u32>
[src]

impl ComIid for IAsyncOperationWithProgress<u64, u64>
[src]