Enum mozjpeg_sys::J_INT_PARAM
source · #[repr(u32)]pub enum J_INT_PARAM {
JINT_COMPRESS_PROFILE,
JINT_TRELLIS_FREQ_SPLIT,
JINT_TRELLIS_NUM_LOOPS,
JINT_BASE_QUANT_TBL_IDX,
JINT_DC_SCAN_OPT_MODE,
}Variants§
JINT_COMPRESS_PROFILE
compression profile
JINT_TRELLIS_FREQ_SPLIT
splitting point for frequency in trellis quantization
JINT_TRELLIS_NUM_LOOPS
number of trellis loops
JINT_BASE_QUANT_TBL_IDX
base quantization table index
JINT_DC_SCAN_OPT_MODE
DC scan optimization mode
Trait Implementations§
source§impl Clone for J_INT_PARAM
impl Clone for J_INT_PARAM
source§fn clone(&self) -> J_INT_PARAM
fn clone(&self) -> J_INT_PARAM
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 J_INT_PARAM
impl Debug for J_INT_PARAM
source§impl PartialEq<J_INT_PARAM> for J_INT_PARAM
impl PartialEq<J_INT_PARAM> for J_INT_PARAM
source§fn eq(&self, other: &J_INT_PARAM) -> bool
fn eq(&self, other: &J_INT_PARAM) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for J_INT_PARAM
impl Eq for J_INT_PARAM
impl StructuralEq for J_INT_PARAM
impl StructuralPartialEq for J_INT_PARAM
Auto Trait Implementations§
impl RefUnwindSafe for J_INT_PARAM
impl Send for J_INT_PARAM
impl Sync for J_INT_PARAM
impl Unpin for J_INT_PARAM
impl UnwindSafe for J_INT_PARAM
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