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

#[repr(transparent)]pub struct AsyncOperationWithProgressCompletedHandler<TResult, TProgress> where
    TResult: RuntimeType + 'static,
    TProgress: RuntimeType + 'static, 
{ /* fields omitted */ }

Implementations

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

pub fn invoke<'a, T0__: Into<Param<'a, IAsyncOperationWithProgress<TResult, TProgress>>>>(
    &self,
    async_info: T0__,
    async_status: AsyncStatus
) -> Result<()>
[src]

pub fn new<F: FnMut(&IAsyncOperationWithProgress<TResult, TProgress>, AsyncStatus) -> Result<()> + 'static>(
    invoke: F
) -> Self
[src]

Trait Implementations

impl<TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static> AbiTransferable for AsyncOperationWithProgressCompletedHandler<TResult, TProgress>[src]

type Abi = RawComPtr<Self>

impl<TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static> Clone for AsyncOperationWithProgressCompletedHandler<TResult, TProgress>[src]

impl<TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static> ComInterface for AsyncOperationWithProgressCompletedHandler<TResult, TProgress>[src]

type VTable = abi_AsyncOperationWithProgressCompletedHandler<TResult, TProgress>

impl<TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static> Debug for AsyncOperationWithProgressCompletedHandler<TResult, TProgress>[src]

impl<TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static> Default for AsyncOperationWithProgressCompletedHandler<TResult, TProgress>[src]

impl<TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static> PartialEq<AsyncOperationWithProgressCompletedHandler<TResult, TProgress>> for AsyncOperationWithProgressCompletedHandler<TResult, TProgress>[src]

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

Auto Trait Implementations

impl<TResult, TProgress> RefUnwindSafe for AsyncOperationWithProgressCompletedHandler<TResult, TProgress> where
    TProgress: RefUnwindSafe,
    TResult: RefUnwindSafe

impl<TResult, TProgress> !Send for AsyncOperationWithProgressCompletedHandler<TResult, TProgress>

impl<TResult, TProgress> !Sync for AsyncOperationWithProgressCompletedHandler<TResult, TProgress>

impl<TResult, TProgress> Unpin for AsyncOperationWithProgressCompletedHandler<TResult, TProgress> where
    TProgress: Unpin,
    TResult: Unpin

impl<TResult, TProgress> UnwindSafe for AsyncOperationWithProgressCompletedHandler<TResult, TProgress> where
    TProgress: RefUnwindSafe + UnwindSafe,
    TResult: RefUnwindSafe + UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.