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

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

Methods

impl<TResult: RtType + 'static, TProgress: RtType + 'static> AsyncOperationWithProgressCompletedHandler<TResult, TProgress>
[src]

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

Trait Implementations

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

The type that defines the VTable of this interface.

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

impl<TResult, TProgress> Deref for AsyncOperationWithProgressCompletedHandler<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 AsyncOperationWithProgressCompletedHandler<TResult, TProgress> where
    TResult: RtType,
    TProgress: RtType
[src]

The method called to mutably dereference a value

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

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

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

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