#[repr(C)]pub struct Jpeg2000T1Context {
pub data: [c_int; 6144],
pub flags: [u16; 6156],
pub mqc: MqcState,
pub stride: c_int,
}
Fields§
§data: [c_int; 6144]
§flags: [u16; 6156]
§mqc: MqcState
§stride: c_int
Trait Implementations§
Source§impl Clone for Jpeg2000T1Context
impl Clone for Jpeg2000T1Context
Source§fn clone(&self) -> Jpeg2000T1Context
fn clone(&self) -> Jpeg2000T1Context
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 moreimpl Copy for Jpeg2000T1Context
Auto Trait Implementations§
impl Freeze for Jpeg2000T1Context
impl RefUnwindSafe for Jpeg2000T1Context
impl !Send for Jpeg2000T1Context
impl !Sync for Jpeg2000T1Context
impl Unpin for Jpeg2000T1Context
impl UnwindSafe for Jpeg2000T1Context
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