#[repr(C)]pub struct opj_tile_v2_info {
pub tileno: c_int,
pub csty: OPJ_UINT32,
pub prg: OPJ_PROG_ORDER,
pub numlayers: OPJ_UINT32,
pub mct: OPJ_UINT32,
pub tccp_info: *mut opj_tccp_info_t,
}
Expand description
Tile coding parameters information
Fields§
§tileno: c_int
number (index) of tile
csty: OPJ_UINT32
coding style
prg: OPJ_PROG_ORDER
progression order
numlayers: OPJ_UINT32
number of layers
mct: OPJ_UINT32
multi-component transform identifier
tccp_info: *mut opj_tccp_info_t
information concerning tile component parameters
Trait Implementations§
Source§impl Clone for opj_tile_v2_info
impl Clone for opj_tile_v2_info
Source§fn clone(&self) -> opj_tile_v2_info
fn clone(&self) -> opj_tile_v2_info
Returns a duplicate 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_v2_info
impl Debug for opj_tile_v2_info
impl Copy for opj_tile_v2_info
Auto Trait Implementations§
impl Freeze for opj_tile_v2_info
impl RefUnwindSafe for opj_tile_v2_info
impl !Send for opj_tile_v2_info
impl !Sync for opj_tile_v2_info
impl Unpin for opj_tile_v2_info
impl UnwindSafe for opj_tile_v2_info
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