#[repr(C)]pub struct Jpeg2000Cblk {Show 14 fields
pub npasses: u8,
pub ninclpasses: u8,
pub nonzerobits: u8,
pub length: u16,
pub lengthinc: *mut u16,
pub nb_lengthinc: u8,
pub lblock: u8,
pub data: *mut u8,
pub data_allocated: usize,
pub nb_terminations: c_int,
pub nb_terminationsinc: c_int,
pub data_start: *mut c_int,
pub passes: *mut Jpeg2000Pass,
pub coord: [[c_int; 2]; 2],
}
Fields§
§npasses: u8
§ninclpasses: u8
§nonzerobits: u8
§length: u16
§lengthinc: *mut u16
§nb_lengthinc: u8
§lblock: u8
§data: *mut u8
§data_allocated: usize
§nb_terminations: c_int
§nb_terminationsinc: c_int
§data_start: *mut c_int
§passes: *mut Jpeg2000Pass
§coord: [[c_int; 2]; 2]
Trait Implementations§
Source§impl Clone for Jpeg2000Cblk
impl Clone for Jpeg2000Cblk
Source§fn clone(&self) -> Jpeg2000Cblk
fn clone(&self) -> Jpeg2000Cblk
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 Jpeg2000Cblk
impl Debug for Jpeg2000Cblk
impl Copy for Jpeg2000Cblk
Auto Trait Implementations§
impl Freeze for Jpeg2000Cblk
impl RefUnwindSafe for Jpeg2000Cblk
impl !Send for Jpeg2000Cblk
impl !Sync for Jpeg2000Cblk
impl Unpin for Jpeg2000Cblk
impl UnwindSafe for Jpeg2000Cblk
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