pub enum CodingProcess {
DctSequential,
DctProgressive,
Lossless,
}Variants§
Trait Implementations§
Source§impl Clone for CodingProcess
impl Clone for CodingProcess
Source§fn clone(&self) -> CodingProcess
fn clone(&self) -> CodingProcess
Returns a duplicate 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 CodingProcess
impl Debug for CodingProcess
Source§impl PartialEq for CodingProcess
impl PartialEq for CodingProcess
impl Copy for CodingProcess
impl StructuralPartialEq for CodingProcess
Auto Trait Implementations§
impl Freeze for CodingProcess
impl RefUnwindSafe for CodingProcess
impl Send for CodingProcess
impl Sync for CodingProcess
impl Unpin for CodingProcess
impl UnwindSafe for CodingProcess
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