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

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

Fields

set_completed: unsafe extern "system" fn(_: NonNullRawComPtr<IAsyncOperation<TResult>>, handler: <AsyncOperationCompletedHandler<TResult> as AbiTransferable>::Abi) -> ErrorCodecompleted: unsafe extern "system" fn(_: NonNullRawComPtr<IAsyncOperation<TResult>>, result__: *mut <AsyncOperationCompletedHandler<TResult> as AbiTransferable>::Abi) -> ErrorCodeget_results: unsafe extern "system" fn(_: NonNullRawComPtr<IAsyncOperation<TResult>>, result__: *mut <TResult as AbiTransferable>::Abi) -> ErrorCode

Auto Trait Implementations

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

impl<TResult> Send for abi_IAsyncOperation<TResult> where
    TResult: Send

impl<TResult> Sync for abi_IAsyncOperation<TResult> where
    TResult: Sync

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

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