#[repr(C)]pub struct Jpeg2000DSPContext {
pub mct_decode: [Option<unsafe extern "C" fn(src0: *mut c_void, src1: *mut c_void, src2: *mut c_void, csize: c_int)>; 3],
}
Fields§
§mct_decode: [Option<unsafe extern "C" fn(src0: *mut c_void, src1: *mut c_void, src2: *mut c_void, csize: c_int)>; 3]
Trait Implementations§
Source§impl Clone for Jpeg2000DSPContext
impl Clone for Jpeg2000DSPContext
Source§fn clone(&self) -> Jpeg2000DSPContext
fn clone(&self) -> Jpeg2000DSPContext
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 Jpeg2000DSPContext
impl Debug for Jpeg2000DSPContext
impl Copy for Jpeg2000DSPContext
Auto Trait Implementations§
impl Freeze for Jpeg2000DSPContext
impl RefUnwindSafe for Jpeg2000DSPContext
impl Send for Jpeg2000DSPContext
impl Sync for Jpeg2000DSPContext
impl Unpin for Jpeg2000DSPContext
impl UnwindSafe for Jpeg2000DSPContext
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