pub enum QMatrix {
JPEG(QMatrixBufferJPEG),
}Expand description
Abstraction over the QMatrix types we support.
Variants§
JPEG(QMatrixBufferJPEG)
Abstraction over VAQMatrixBufferJPEG
Auto Trait Implementations§
impl Freeze for QMatrix
impl RefUnwindSafe for QMatrix
impl Send for QMatrix
impl Sync for QMatrix
impl Unpin for QMatrix
impl UnsafeUnpin for QMatrix
impl UnwindSafe for QMatrix
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