Struct openjpeg_sys::opj_tile_index
source · #[repr(C)]pub struct opj_tile_index {
pub tileno: OPJ_UINT32,
pub nb_tps: OPJ_UINT32,
pub current_nb_tps: OPJ_UINT32,
pub current_tpsno: OPJ_UINT32,
pub tp_index: *mut opj_tp_index_t,
pub marknum: OPJ_UINT32,
pub marker: *mut opj_marker_info_t,
pub maxmarknum: OPJ_UINT32,
pub nb_packet: OPJ_UINT32,
pub packet_index: *mut opj_packet_info_t,
}
Expand description
Index structure about a tile
Fields§
§tileno: OPJ_UINT32
tile index
nb_tps: OPJ_UINT32
number of tile parts
current_nb_tps: OPJ_UINT32
current nb of tile part (allocated)
current_tpsno: OPJ_UINT32
current tile-part index
tp_index: *mut opj_tp_index_t
information concerning tile parts
marknum: OPJ_UINT32
number of markers
marker: *mut opj_marker_info_t
list of markers
maxmarknum: OPJ_UINT32
actual size of markers array
nb_packet: OPJ_UINT32
packet number
packet_index: *mut opj_packet_info_t
information concerning packets inside tile
Trait Implementations§
source§impl Clone for opj_tile_index
impl Clone for opj_tile_index
source§fn clone(&self) -> opj_tile_index
fn clone(&self) -> opj_tile_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_tile_index
impl Debug for opj_tile_index
impl Copy for opj_tile_index
Auto Trait Implementations§
impl Freeze for opj_tile_index
impl RefUnwindSafe for opj_tile_index
impl !Send for opj_tile_index
impl !Sync for opj_tile_index
impl Unpin for opj_tile_index
impl UnwindSafe for opj_tile_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
)