Struct grokj2k_sys::_grk_plugin_decompress_callback_info[][src]

#[repr(C)]
pub struct _grk_plugin_decompress_callback_info {
Show fields pub deviceId: usize, pub init_decompressors_func: GROK_INIT_DECOMPRESSORS, pub input_file_name: *const c_char, pub output_file_name: *const c_char, pub decod_format: GRK_SUPPORTED_FILE_FMT, pub cod_format: GRK_SUPPORTED_FILE_FMT, pub stream: *mut grk_stream, pub codec: *mut grk_codec, pub header_info: grk_header_info, pub decompressor_parameters: *mut grk_decompress_parameters, pub image: *mut grk_image, pub plugin_owns_image: bool, pub tile: *mut grk_plugin_tile, pub error_code: c_uint, pub decompress_flags: u32, pub full_image_x0: u32, pub full_image_y0: u32, pub user_data: *mut c_void,
}

Fields

deviceId: usizeinit_decompressors_func: GROK_INIT_DECOMPRESSORSinput_file_name: *const c_charoutput_file_name: *const c_chardecod_format: GRK_SUPPORTED_FILE_FMTcod_format: GRK_SUPPORTED_FILE_FMTstream: *mut grk_streamcodec: *mut grk_codecheader_info: grk_header_infodecompressor_parameters: *mut grk_decompress_parametersimage: *mut grk_imageplugin_owns_image: booltile: *mut grk_plugin_tileerror_code: c_uintdecompress_flags: u32full_image_x0: u32full_image_y0: u32user_data: *mut c_void

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.