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

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

Implementations

impl<TProgress: RuntimeType + 'static> AsyncActionWithProgressCompletedHandler<TProgress>[src]

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

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

Trait Implementations

impl<TProgress: RuntimeType + 'static> AbiTransferable for AsyncActionWithProgressCompletedHandler<TProgress>[src]

type Abi = RawComPtr<Self>

impl<TProgress: RuntimeType + 'static> Clone for AsyncActionWithProgressCompletedHandler<TProgress>[src]

impl<TProgress: RuntimeType + 'static> ComInterface for AsyncActionWithProgressCompletedHandler<TProgress>[src]

type VTable = abi_AsyncActionWithProgressCompletedHandler<TProgress>

impl<TProgress: RuntimeType + 'static> Debug for AsyncActionWithProgressCompletedHandler<TProgress>[src]

impl<TProgress: RuntimeType + 'static> Default for AsyncActionWithProgressCompletedHandler<TProgress>[src]

impl<TProgress: RuntimeType + 'static> PartialEq<AsyncActionWithProgressCompletedHandler<TProgress>> for AsyncActionWithProgressCompletedHandler<TProgress>[src]

impl<TProgress: RuntimeType + 'static> RuntimeType for AsyncActionWithProgressCompletedHandler<TProgress>[src]

Auto Trait Implementations

impl<TProgress> RefUnwindSafe for AsyncActionWithProgressCompletedHandler<TProgress> where
    TProgress: RefUnwindSafe

impl<TProgress> !Send for AsyncActionWithProgressCompletedHandler<TProgress>

impl<TProgress> !Sync for AsyncActionWithProgressCompletedHandler<TProgress>

impl<TProgress> Unpin for AsyncActionWithProgressCompletedHandler<TProgress> where
    TProgress: Unpin

impl<TProgress> UnwindSafe for AsyncActionWithProgressCompletedHandler<TProgress> where
    TProgress: 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.