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

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

Methods

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

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

Trait Implementations

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

The type that defines the VTable of this interface.

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

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

The method called to mutably dereference a value

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

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

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

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