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

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

Methods

impl<TProgress: RtType> IAsyncActionWithProgress<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<P: RtType + 'static> RtAsyncAction for IAsyncActionWithProgress<P> where
    AsyncActionWithProgressCompletedHandler<P>: ComIid
[src]

impl<TProgress> ComInterface for IAsyncActionWithProgress<TProgress> where
    TProgress: RtType
[src]

The type that defines the VTable of this interface.

impl<TProgress> RtType for IAsyncActionWithProgress<TProgress> where
    TProgress: RtType
[src]

impl<TProgress> Deref for IAsyncActionWithProgress<TProgress> where
    TProgress: RtType
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<TProgress> DerefMut for IAsyncActionWithProgress<TProgress> where
    TProgress: RtType
[src]

The method called to mutably dereference a value

impl<TProgress: RtType> RtInterface for IAsyncActionWithProgress<TProgress>
[src]

impl<TProgress: RtType> RtClassInterface for IAsyncActionWithProgress<TProgress>
[src]

impl ComIid for IAsyncActionWithProgress<f64>
[src]

impl ComIid for IAsyncActionWithProgress<u64>
[src]