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

#[repr(C)]pub struct abi_AsyncOperationWithProgressCompletedHandler<TResult, TProgress> where
    TResult: RuntimeType + 'static,
    TProgress: RuntimeType + 'static, 
{ pub unknown_query_interface: extern "system" fn(_: NonNullRawComPtr<IUnknown>, _: &Guid, _: *mut RawPtr) -> ErrorCode, pub unknown_add_ref: extern "system" fn(_: NonNullRawComPtr<IUnknown>) -> u32, pub unknown_release: extern "system" fn(_: NonNullRawComPtr<IUnknown>) -> u32, pub invoke: unsafe extern "system" fn(_: NonNullRawComPtr<AsyncOperationWithProgressCompletedHandler<TResult, TProgress>>, async_info: <IAsyncOperationWithProgress<TResult, TProgress> as AbiTransferable>::Abi, async_status: <AsyncStatus as AbiTransferable>::Abi) -> ErrorCode, // some fields omitted }

Fields

unknown_query_interface: extern "system" fn(_: NonNullRawComPtr<IUnknown>, _: &Guid, _: *mut RawPtr) -> ErrorCodeunknown_add_ref: extern "system" fn(_: NonNullRawComPtr<IUnknown>) -> u32unknown_release: extern "system" fn(_: NonNullRawComPtr<IUnknown>) -> u32invoke: unsafe extern "system" fn(_: NonNullRawComPtr<AsyncOperationWithProgressCompletedHandler<TResult, TProgress>>, async_info: <IAsyncOperationWithProgress<TResult, TProgress> as AbiTransferable>::Abi, async_status: <AsyncStatus as AbiTransferable>::Abi) -> ErrorCode

Auto Trait Implementations

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

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

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

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

impl<TResult, TProgress> UnwindSafe for abi_AsyncOperationWithProgressCompletedHandler<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.