#[repr(C)]pub struct opj_tp_info {
pub tp_start_pos: c_int,
pub tp_end_header: c_int,
pub tp_end_pos: c_int,
pub tp_start_pack: c_int,
pub tp_numpacks: c_int,
}
Expand description
Index structure : Information concerning tile-parts
Fields§
§tp_start_pos: c_int
start position of tile part
tp_end_header: c_int
end position of tile part header
tp_end_pos: c_int
end position of tile part
tp_start_pack: c_int
start packet of tile part
tp_numpacks: c_int
number of packets of tile part
Trait Implementations§
Source§impl Clone for opj_tp_info
impl Clone for opj_tp_info
Source§fn clone(&self) -> opj_tp_info
fn clone(&self) -> opj_tp_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_tp_info
impl Debug for opj_tp_info
impl Copy for opj_tp_info
Auto Trait Implementations§
impl Freeze for opj_tp_info
impl RefUnwindSafe for opj_tp_info
impl Send for opj_tp_info
impl Sync for opj_tp_info
impl Unpin for opj_tp_info
impl UnwindSafe for opj_tp_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