Enum mozjpeg_sys::J_INT_PARAM [] [src]

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

compression profile

splitting point for frequency in trellis quantization

number of trellis loops

base quantization table index

DC scan optimization mode

Trait Implementations

impl Copy for J_INT_PARAM
[src]

impl Clone for J_INT_PARAM
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for J_INT_PARAM
[src]

impl PartialEq for J_INT_PARAM
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Debug for J_INT_PARAM
[src]

[src]

Formats the value using the given formatter.