pub trait ParallelRunner {
// Required methods
fn runner(&self) -> JxlParallelRunner;
fn as_opaque_ptr(&self) -> *mut c_void;
// Provided method
fn callback_basic_info(&self, basic_info: &BasicInfo) { ... }
}Expand description
JPEG XL Parallel Runner
Required Methods§
Sourcefn runner(&self) -> JxlParallelRunner
fn runner(&self) -> JxlParallelRunner
Get a JxlParallelRunner for the parallel runner.
Sourcefn as_opaque_ptr(&self) -> *mut c_void
fn as_opaque_ptr(&self) -> *mut c_void
Get an opaque pointer to the runner.
Provided Methods§
Sourcefn callback_basic_info(&self, basic_info: &BasicInfo)
fn callback_basic_info(&self, basic_info: &BasicInfo)
Callback function after getting basic info