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

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

Implementations

impl AsyncStatus[src]

pub const Canceled: Self[src]

pub const Completed: Self[src]

pub const Error: Self[src]

pub const Started: Self[src]

Trait Implementations

impl AbiTransferable for AsyncStatus[src]

type Abi = i32

impl Clone for AsyncStatus[src]

impl Copy for AsyncStatus[src]

impl Debug for AsyncStatus[src]

impl Default for AsyncStatus[src]

impl Eq for AsyncStatus[src]

impl PartialEq<AsyncStatus> for AsyncStatus[src]

impl RuntimeType for AsyncStatus[src]

impl StructuralEq for AsyncStatus[src]

impl StructuralPartialEq for AsyncStatus[src]

Auto Trait Implementations

impl RefUnwindSafe for AsyncStatus

impl Send for AsyncStatus

impl Sync for AsyncStatus

impl Unpin for AsyncStatus

impl UnwindSafe for AsyncStatus

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.