Struct DCTContext
#[repr(C)]pub struct DCTContext { /* private fields */ }
Trait Implementations§
§impl Clone for DCTContext
impl Clone for DCTContext
§fn clone(&self) -> DCTContext
fn clone(&self) -> DCTContext
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 more§impl Debug for DCTContext
impl Debug for DCTContext
impl Copy for DCTContext
Auto Trait Implementations§
impl Freeze for DCTContext
impl RefUnwindSafe for DCTContext
impl Send for DCTContext
impl Sync for DCTContext
impl Unpin for DCTContext
impl UnwindSafe for DCTContext
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