#[repr(C)]pub struct opj_marker_info {
pub type_: c_ushort,
pub pos: OPJ_OFF_T,
pub len: c_int,
}
Expand description
Marker structure
Fields§
§type_: c_ushort
marker type
pos: OPJ_OFF_T
position in codestream
len: c_int
length, marker val included
Trait Implementations§
Source§impl Clone for opj_marker_info
impl Clone for opj_marker_info
Source§fn clone(&self) -> opj_marker_info
fn clone(&self) -> opj_marker_info
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_marker_info
impl Debug for opj_marker_info
impl Copy for opj_marker_info
Auto Trait Implementations§
impl Freeze for opj_marker_info
impl RefUnwindSafe for opj_marker_info
impl Send for opj_marker_info
impl Sync for opj_marker_info
impl Unpin for opj_marker_info
impl UnwindSafe for opj_marker_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