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

#[repr(transparent)]pub struct IAsyncInfo { /* fields omitted */ }

Implementations

impl IAsyncInfo[src]

pub fn id(&self) -> Result<u32>[src]

pub fn status(&self) -> Result<AsyncStatus>[src]

pub fn error_code(&self) -> Result<HResult>[src]

pub fn cancel(&self) -> Result<()>[src]

pub fn close(&self) -> Result<()>[src]

Trait Implementations

impl AbiTransferable for IAsyncInfo[src]

type Abi = RawComPtr<Self>

impl Clone for IAsyncInfo[src]

impl ComInterface for IAsyncInfo[src]

type VTable = abi_IAsyncInfo

impl Debug for IAsyncInfo[src]

impl Default for IAsyncInfo[src]

impl<'_> From<&'_ IAsyncAction> for IAsyncInfo[src]

impl<TProgress: RuntimeType + 'static, '_> From<&'_ IAsyncActionWithProgress<TProgress>> for IAsyncInfo[src]

impl<'_> From<&'_ IAsyncInfo> for Object[src]

impl<TResult: RuntimeType + 'static, '_> From<&'_ IAsyncOperation<TResult>> for IAsyncInfo[src]

impl<TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static, '_> From<&'_ IAsyncOperationWithProgress<TResult, TProgress>> for IAsyncInfo[src]

impl From<IAsyncAction> for IAsyncInfo[src]

impl<TProgress: RuntimeType + 'static> From<IAsyncActionWithProgress<TProgress>> for IAsyncInfo[src]

impl From<IAsyncInfo> for Object[src]

impl<TResult: RuntimeType + 'static> From<IAsyncOperation<TResult>> for IAsyncInfo[src]

impl<TResult: RuntimeType + 'static, TProgress: RuntimeType + 'static> From<IAsyncOperationWithProgress<TResult, TProgress>> for IAsyncInfo[src]

impl PartialEq<IAsyncInfo> for IAsyncInfo[src]

impl RuntimeType for IAsyncInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for IAsyncInfo

impl !Send for IAsyncInfo

impl !Sync for IAsyncInfo

impl Unpin for IAsyncInfo

impl UnwindSafe for IAsyncInfo

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.