[][src]Struct uwp_transcode::transcoder::PrepareTranscodeResult

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

Implementations

impl PrepareTranscodeResult[src]

pub fn can_transcode(&self) -> Result<bool, Error>[src]

pub fn failure_reason(&self) -> Result<TranscodeFailureReason, Error>[src]

pub fn transcode_async(&self) -> Result<IAsyncActionWithProgress<f64>, Error>[src]

Trait Implementations

impl AbiTransferable for PrepareTranscodeResult[src]

type Abi = Option<NonNullRawComPtr<IPrepareTranscodeResult>>

impl Clone for PrepareTranscodeResult[src]

impl ComInterface for PrepareTranscodeResult[src]

type VTable = abi_IPrepareTranscodeResult

impl Debug for PrepareTranscodeResult[src]

impl Default for PrepareTranscodeResult[src]

impl<'a> Into<Param<'a, IPrepareTranscodeResult>> for &'a PrepareTranscodeResult[src]

impl<'a> Into<Param<'a, IPrepareTranscodeResult>> for PrepareTranscodeResult[src]

impl PartialEq<PrepareTranscodeResult> for PrepareTranscodeResult[src]

impl RuntimeName for PrepareTranscodeResult[src]

impl RuntimeType for PrepareTranscodeResult[src]

impl Send for PrepareTranscodeResult[src]

impl StructuralPartialEq for PrepareTranscodeResult[src]

impl Sync for PrepareTranscodeResult[src]

Auto Trait Implementations

impl RefUnwindSafe for PrepareTranscodeResult

impl Unpin for PrepareTranscodeResult

impl UnwindSafe for PrepareTranscodeResult

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.