Struct openjpeg_sys::opj_codestream_index
source · #[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_UINT32
§tile_index: *mut opj_tile_index_t
Trait Implementations§
source§impl Clone for opj_codestream_index
impl Clone for opj_codestream_index
source§fn clone(&self) -> opj_codestream_index
fn clone(&self) -> opj_codestream_index
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for opj_codestream_index
impl Debug for opj_codestream_index
impl Copy for opj_codestream_index
Auto Trait Implementations§
impl Freeze for opj_codestream_index
impl RefUnwindSafe for opj_codestream_index
impl !Send for opj_codestream_index
impl !Sync for opj_codestream_index
impl Unpin for opj_codestream_index
impl UnwindSafe for opj_codestream_index
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)