[][src]Struct uwp_transcode::error::TranscodeFailureReason

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

Implementations

impl TranscodeFailureReason[src]

pub const None: TranscodeFailureReason[src]

pub const Unknown: TranscodeFailureReason[src]

pub const InvalidProfile: TranscodeFailureReason[src]

pub const CodecNotFound: TranscodeFailureReason[src]

Trait Implementations

impl AbiTransferable for TranscodeFailureReason[src]

type Abi = i32

impl Clone for TranscodeFailureReason[src]

impl Copy for TranscodeFailureReason[src]

impl Debug for TranscodeFailureReason[src]

impl Default for TranscodeFailureReason[src]

impl Eq for TranscodeFailureReason[src]

impl PartialEq<TranscodeFailureReason> for TranscodeFailureReason[src]

impl RuntimeType for TranscodeFailureReason[src]

impl StructuralEq for TranscodeFailureReason[src]

impl StructuralPartialEq for TranscodeFailureReason[src]

Auto Trait Implementations

impl RefUnwindSafe for TranscodeFailureReason

impl Send for TranscodeFailureReason

impl Sync for TranscodeFailureReason

impl Unpin for TranscodeFailureReason

impl UnwindSafe for TranscodeFailureReason

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.