Struct openjpeg_sys::opj_codestream_index[][src]

#[repr(C)]
pub struct opj_codestream_index { pub main_head_start: OPJ_OFF_T, pub main_head_end: OPJ_OFF_T, pub codestream_size: OPJ_UINT64, pub marknum: OPJ_UINT32, pub marker: *mut opj_marker_info_t, pub maxmarknum: OPJ_UINT32, pub nb_of_tiles: OPJ_UINT32, pub tile_index: *mut opj_tile_index_t, }
Expand description

Index structure of the codestream (FIXME should be expand and enhance)

Fields

main_head_start: OPJ_OFF_T

main header start position (SOC position)

main_head_end: OPJ_OFF_T

main header end position (first SOT position)

codestream_size: OPJ_UINT64

codestream’s size

marknum: OPJ_UINT32

number of markers

marker: *mut opj_marker_info_t

list of markers

maxmarknum: OPJ_UINT32

actual size of markers array

nb_of_tiles: OPJ_UINT32tile_index: *mut opj_tile_index_t

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. 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)

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.