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

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

Implementations

impl<TResult: RuntimeType + 'static> AsyncOperationCompletedHandler<TResult>[src]

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

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

Trait Implementations

impl<TResult: RuntimeType + 'static> AbiTransferable for AsyncOperationCompletedHandler<TResult>[src]

type Abi = RawComPtr<Self>

impl<TResult: RuntimeType + 'static> Clone for AsyncOperationCompletedHandler<TResult>[src]

impl<TResult: RuntimeType + 'static> ComInterface for AsyncOperationCompletedHandler<TResult>[src]

type VTable = abi_AsyncOperationCompletedHandler<TResult>

impl<TResult: RuntimeType + 'static> Debug for AsyncOperationCompletedHandler<TResult>[src]

impl<TResult: RuntimeType + 'static> Default for AsyncOperationCompletedHandler<TResult>[src]

impl<TResult: RuntimeType + 'static> PartialEq<AsyncOperationCompletedHandler<TResult>> for AsyncOperationCompletedHandler<TResult>[src]

impl<TResult: RuntimeType + 'static> RuntimeType for AsyncOperationCompletedHandler<TResult>[src]

Auto Trait Implementations

impl<TResult> RefUnwindSafe for AsyncOperationCompletedHandler<TResult> where
    TResult: RefUnwindSafe

impl<TResult> !Send for AsyncOperationCompletedHandler<TResult>

impl<TResult> !Sync for AsyncOperationCompletedHandler<TResult>

impl<TResult> Unpin for AsyncOperationCompletedHandler<TResult> where
    TResult: Unpin

impl<TResult> UnwindSafe for AsyncOperationCompletedHandler<TResult> where
    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.