Enum mozjpeg_sys::J_FLOAT_PARAM [] [src]

#[repr(u32)]
pub enum J_FLOAT_PARAM { JFLOAT_LAMBDA_LOG_SCALE1, JFLOAT_LAMBDA_LOG_SCALE2, JFLOAT_TRELLIS_DELTA_DC_WEIGHT, }

Variants

Trait Implementations

impl Copy for J_FLOAT_PARAM
[src]

impl Clone for J_FLOAT_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_FLOAT_PARAM
[src]

impl PartialEq for J_FLOAT_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_FLOAT_PARAM
[src]

[src]

Formats the value using the given formatter.