Enum zune_jpeg::errors::UnsupportedSchemes
source · pub enum UnsupportedSchemes {
ExtendedSequentialHuffman,
LosslessHuffman,
ExtendedSequentialDctArithmetic,
ProgressiveDctArithmetic,
LosslessArithmetic,
}
Expand description
Contains Unsupported/Yet-to-be supported Decoder image encoding types.
Variants§
ExtendedSequentialHuffman
SOF_1 Extended sequential DCT,Huffman coding
LosslessHuffman
Lossless (sequential), huffman coding,
ExtendedSequentialDctArithmetic
Extended sequential DEC, arithmetic coding
ProgressiveDctArithmetic
Progressive DCT, arithmetic coding,
LosslessArithmetic
Lossless ( sequential), arithmetic coding
Implementations§
Trait Implementations§
source§impl Clone for UnsupportedSchemes
impl Clone for UnsupportedSchemes
source§fn clone(&self) -> UnsupportedSchemes
fn clone(&self) -> UnsupportedSchemes
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 UnsupportedSchemes
impl Debug for UnsupportedSchemes
source§impl PartialEq for UnsupportedSchemes
impl PartialEq for UnsupportedSchemes
source§fn eq(&self, other: &UnsupportedSchemes) -> bool
fn eq(&self, other: &UnsupportedSchemes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for UnsupportedSchemes
impl Eq for UnsupportedSchemes
impl StructuralPartialEq for UnsupportedSchemes
Auto Trait Implementations§
impl Freeze for UnsupportedSchemes
impl RefUnwindSafe for UnsupportedSchemes
impl Send for UnsupportedSchemes
impl Sync for UnsupportedSchemes
impl Unpin for UnsupportedSchemes
impl UnwindSafe for UnsupportedSchemes
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)