pub enum TranscodeError {
TranscodeFormatNotSupported,
ImageLevelNotFound,
TranscodeFailed,
}
Expand description
Error result from trying to transcode an image
Variants§
Trait Implementations§
Source§impl Clone for TranscodeError
impl Clone for TranscodeError
Source§fn clone(&self) -> TranscodeError
fn clone(&self) -> TranscodeError
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 moreSource§impl Debug for TranscodeError
impl Debug for TranscodeError
impl Copy for TranscodeError
Auto Trait Implementations§
impl Freeze for TranscodeError
impl RefUnwindSafe for TranscodeError
impl Send for TranscodeError
impl Sync for TranscodeError
impl Unpin for TranscodeError
impl UnwindSafe for TranscodeError
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