Struct openjpeg_sys::opj_tp_index
source · #[repr(C)]pub struct opj_tp_index {
pub start_pos: OPJ_OFF_T,
pub end_header: OPJ_OFF_T,
pub end_pos: OPJ_OFF_T,
}
Expand description
Index structure about a tile part
Fields§
§start_pos: OPJ_OFF_T
start position
end_header: OPJ_OFF_T
end position of the header
end_pos: OPJ_OFF_T
end position
Trait Implementations§
source§impl Clone for opj_tp_index
impl Clone for opj_tp_index
source§fn clone(&self) -> opj_tp_index
fn clone(&self) -> opj_tp_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_tp_index
impl Debug for opj_tp_index
impl Copy for opj_tp_index
Auto Trait Implementations§
impl Freeze for opj_tp_index
impl RefUnwindSafe for opj_tp_index
impl Send for opj_tp_index
impl Sync for opj_tp_index
impl Unpin for opj_tp_index
impl UnwindSafe for opj_tp_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
)