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

#[repr(C)]pub struct abi_IAsyncOperationWithProgress<TResult, TProgress> where
    TResult: RuntimeType + 'static,
    TProgress: RuntimeType + 'static, 
{ pub set_progress: unsafe extern "system" fn(_: NonNullRawComPtr<IAsyncOperationWithProgress<TResult, TProgress>>, handler: <AsyncOperationProgressHandler<TResult, TProgress> as AbiTransferable>::Abi) -> ErrorCode, pub progress: unsafe extern "system" fn(_: NonNullRawComPtr<IAsyncOperationWithProgress<TResult, TProgress>>, result__: *mut <AsyncOperationProgressHandler<TResult, TProgress> as AbiTransferable>::Abi) -> ErrorCode, pub set_completed: unsafe extern "system" fn(_: NonNullRawComPtr<IAsyncOperationWithProgress<TResult, TProgress>>, handler: <AsyncOperationWithProgressCompletedHandler<TResult, TProgress> as AbiTransferable>::Abi) -> ErrorCode, pub completed: unsafe extern "system" fn(_: NonNullRawComPtr<IAsyncOperationWithProgress<TResult, TProgress>>, result__: *mut <AsyncOperationWithProgressCompletedHandler<TResult, TProgress> as AbiTransferable>::Abi) -> ErrorCode, pub get_results: unsafe extern "system" fn(_: NonNullRawComPtr<IAsyncOperationWithProgress<TResult, TProgress>>, result__: *mut <TResult as AbiTransferable>::Abi) -> ErrorCode, // some fields omitted }

Fields

set_progress: unsafe extern "system" fn(_: NonNullRawComPtr<IAsyncOperationWithProgress<TResult, TProgress>>, handler: <AsyncOperationProgressHandler<TResult, TProgress> as AbiTransferable>::Abi) -> ErrorCodeprogress: unsafe extern "system" fn(_: NonNullRawComPtr<IAsyncOperationWithProgress<TResult, TProgress>>, result__: *mut <AsyncOperationProgressHandler<TResult, TProgress> as AbiTransferable>::Abi) -> ErrorCodeset_completed: unsafe extern "system" fn(_: NonNullRawComPtr<IAsyncOperationWithProgress<TResult, TProgress>>, handler: <AsyncOperationWithProgressCompletedHandler<TResult, TProgress> as AbiTransferable>::Abi) -> ErrorCodecompleted: unsafe extern "system" fn(_: NonNullRawComPtr<IAsyncOperationWithProgress<TResult, TProgress>>, result__: *mut <AsyncOperationWithProgressCompletedHandler<TResult, TProgress> as AbiTransferable>::Abi) -> ErrorCodeget_results: unsafe extern "system" fn(_: NonNullRawComPtr<IAsyncOperationWithProgress<TResult, TProgress>>, result__: *mut <TResult as AbiTransferable>::Abi) -> ErrorCode

Auto Trait Implementations

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

impl<TResult, TProgress> Send for abi_IAsyncOperationWithProgress<TResult, TProgress> where
    TProgress: Send,
    TResult: Send

impl<TResult, TProgress> Sync for abi_IAsyncOperationWithProgress<TResult, TProgress> where
    TProgress: Sync,
    TResult: Sync

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

impl<TResult, TProgress> UnwindSafe for abi_IAsyncOperationWithProgress<TResult, TProgress> where
    TProgress: UnwindSafe,
    TResult: 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, 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.