#[repr(u32)]pub enum DCTTransformType {
DCT_II = 0,
DCT_III = 1,
DCT_I = 2,
DST_I = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for DCTTransformType
impl Clone for DCTTransformType
Source§fn clone(&self) -> DCTTransformType
fn clone(&self) -> DCTTransformType
Returns a duplicate 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 DCTTransformType
impl Debug for DCTTransformType
Source§impl Hash for DCTTransformType
impl Hash for DCTTransformType
Source§impl PartialEq for DCTTransformType
impl PartialEq for DCTTransformType
impl Copy for DCTTransformType
impl Eq for DCTTransformType
impl StructuralPartialEq for DCTTransformType
Auto Trait Implementations§
impl Freeze for DCTTransformType
impl RefUnwindSafe for DCTTransformType
impl Send for DCTTransformType
impl Sync for DCTTransformType
impl Unpin for DCTTransformType
impl UnwindSafe for DCTTransformType
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