#[repr(C)]pub struct Jpeg2000Band {
pub coord: [[c_int; 2]; 2],
pub log2_cblk_width: u16,
pub log2_cblk_height: u16,
pub i_stepsize: c_int,
pub f_stepsize: f32,
pub prec: *mut Jpeg2000Prec,
}
Fields§
§coord: [[c_int; 2]; 2]
§log2_cblk_width: u16
§log2_cblk_height: u16
§i_stepsize: c_int
§f_stepsize: f32
§prec: *mut Jpeg2000Prec
Trait Implementations§
Source§impl Clone for Jpeg2000Band
impl Clone for Jpeg2000Band
Source§fn clone(&self) -> Jpeg2000Band
fn clone(&self) -> Jpeg2000Band
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 Jpeg2000Band
impl Debug for Jpeg2000Band
impl Copy for Jpeg2000Band
Auto Trait Implementations§
impl Freeze for Jpeg2000Band
impl RefUnwindSafe for Jpeg2000Band
impl !Send for Jpeg2000Band
impl !Sync for Jpeg2000Band
impl Unpin for Jpeg2000Band
impl UnwindSafe for Jpeg2000Band
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