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

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

Implementations

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

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

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

Trait Implementations

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

type Abi = RawComPtr<Self>

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

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

type VTable = abi_AsyncActionProgressHandler<TProgress>

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

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

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

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

Auto Trait Implementations

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

impl<TProgress> !Send for AsyncActionProgressHandler<TProgress>

impl<TProgress> !Sync for AsyncActionProgressHandler<TProgress>

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

impl<TProgress> UnwindSafe for AsyncActionProgressHandler<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.