Struct TranscodeFailureReason
#[repr(transparent)]pub struct TranscodeFailureReason(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl TranscodeFailureReason
impl TranscodeFailureReason
pub const None: Self = _
pub const Unknown: Self = _
pub const InvalidProfile: Self = _
pub const CodecNotFound: Self = _
Trait Implementations§
§impl Clone for TranscodeFailureReason
impl Clone for TranscodeFailureReason
§fn clone(&self) -> TranscodeFailureReason
fn clone(&self) -> TranscodeFailureReason
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for TranscodeFailureReason
impl Debug for TranscodeFailureReason
§impl Default for TranscodeFailureReason
impl Default for TranscodeFailureReason
§fn default() -> TranscodeFailureReason
fn default() -> TranscodeFailureReason
Returns the “default value” for a type. Read more
§impl PartialEq for TranscodeFailureReason
impl PartialEq for TranscodeFailureReason
impl Copy for TranscodeFailureReason
impl Eq for TranscodeFailureReason
impl StructuralPartialEq for TranscodeFailureReason
Auto Trait Implementations§
impl Freeze for TranscodeFailureReason
impl RefUnwindSafe for TranscodeFailureReason
impl Send for TranscodeFailureReason
impl Sync for TranscodeFailureReason
impl Unpin for TranscodeFailureReason
impl UnwindSafe for TranscodeFailureReason
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more