#[repr(C)]
pub struct jpeg_progress_mgr { pub progress_monitor: Option<unsafe extern "C" fn(cinfo: &mut jpeg_common_struct)>, pub pass_counter: c_long, pub pass_limit: c_long, pub completed_passes: c_int, pub total_passes: c_int, }

Fields

progress_monitor: Option<unsafe extern "C" fn(cinfo: &mut jpeg_common_struct)>pass_counter: c_longpass_limit: c_longcompleted_passes: c_inttotal_passes: c_int

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.