#[repr(C)]pub struct Jpeg2000Prec {
pub nb_codeblocks_width: c_int,
pub nb_codeblocks_height: c_int,
pub zerobits: *mut Jpeg2000TgtNode,
pub cblkincl: *mut Jpeg2000TgtNode,
pub cblk: *mut Jpeg2000Cblk,
pub decoded_layers: c_int,
pub coord: [[c_int; 2]; 2],
}
Fields§
§nb_codeblocks_width: c_int
§nb_codeblocks_height: c_int
§zerobits: *mut Jpeg2000TgtNode
§cblkincl: *mut Jpeg2000TgtNode
§cblk: *mut Jpeg2000Cblk
§decoded_layers: c_int
§coord: [[c_int; 2]; 2]
Trait Implementations§
Source§impl Clone for Jpeg2000Prec
impl Clone for Jpeg2000Prec
Source§fn clone(&self) -> Jpeg2000Prec
fn clone(&self) -> Jpeg2000Prec
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 Jpeg2000Prec
impl Debug for Jpeg2000Prec
impl Copy for Jpeg2000Prec
Auto Trait Implementations§
impl Freeze for Jpeg2000Prec
impl RefUnwindSafe for Jpeg2000Prec
impl !Send for Jpeg2000Prec
impl !Sync for Jpeg2000Prec
impl Unpin for Jpeg2000Prec
impl UnwindSafe for Jpeg2000Prec
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