[][src]Enum mozjpeg_sys::J_INT_PARAM

#[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

impl Clone for J_INT_PARAM[src]

impl Copy for J_INT_PARAM[src]

impl Debug for J_INT_PARAM[src]

impl Eq for J_INT_PARAM[src]

impl PartialEq<J_INT_PARAM> for J_INT_PARAM[src]

impl StructuralEq for J_INT_PARAM[src]

impl StructuralPartialEq for J_INT_PARAM[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.