Enum mozjpeg_sys::JINT_COMPRESS_PROFILE_VALUE[][src]

#[repr(C)]
pub enum JINT_COMPRESS_PROFILE_VALUE { JCP_MAX_COMPRESSION, JCP_FASTEST, }

Variants

Trait Implementations

impl Copy for JINT_COMPRESS_PROFILE_VALUE
[src]

impl Clone for JINT_COMPRESS_PROFILE_VALUE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for JINT_COMPRESS_PROFILE_VALUE
[src]

impl PartialEq for JINT_COMPRESS_PROFILE_VALUE
[src]

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

This method tests for !=.

impl Debug for JINT_COMPRESS_PROFILE_VALUE
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations