pub enum MJPEG {
HuffmanBaselineDCT,
HuffmanExtendedSequentialDCT,
HuffmanProgressiveDCT,
HuffmanLossless,
JPEG_LS,
}
Variants§
Trait Implementations§
impl Copy for MJPEG
impl Eq for MJPEG
impl StructuralPartialEq for MJPEG
Auto Trait Implementations§
impl Freeze for MJPEG
impl RefUnwindSafe for MJPEG
impl Send for MJPEG
impl Sync for MJPEG
impl Unpin for MJPEG
impl UnwindSafe for MJPEG
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