#[repr(C)]pub struct Jpeg2000Component {
pub reslevel: *mut Jpeg2000ResLevel,
pub dwt: DWTContext,
pub f_data: *mut f32,
pub i_data: *mut c_int,
pub coord: [[c_int; 2]; 2],
pub coord_o: [[c_int; 2]; 2],
}
Fields§
§reslevel: *mut Jpeg2000ResLevel
§dwt: DWTContext
§f_data: *mut f32
§i_data: *mut c_int
§coord: [[c_int; 2]; 2]
§coord_o: [[c_int; 2]; 2]
Trait Implementations§
Source§impl Clone for Jpeg2000Component
impl Clone for Jpeg2000Component
Source§fn clone(&self) -> Jpeg2000Component
fn clone(&self) -> Jpeg2000Component
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 Jpeg2000Component
impl Debug for Jpeg2000Component
impl Copy for Jpeg2000Component
Auto Trait Implementations§
impl Freeze for Jpeg2000Component
impl RefUnwindSafe for Jpeg2000Component
impl !Send for Jpeg2000Component
impl !Sync for Jpeg2000Component
impl Unpin for Jpeg2000Component
impl UnwindSafe for Jpeg2000Component
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