#[repr(u32)]
pub enum DCTTransformType {
DCT_II,
DCT_III,
DCT_I,
DST_I,
}Variants§
Trait Implementations§
source§impl Clone for DCTTransformType
impl Clone for DCTTransformType
source§fn clone(&self) -> DCTTransformType
fn clone(&self) -> DCTTransformType
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 DCTTransformType
impl Debug for DCTTransformType
source§impl Hash for DCTTransformType
impl Hash for DCTTransformType
source§impl PartialEq<DCTTransformType> for DCTTransformType
impl PartialEq<DCTTransformType> for DCTTransformType
source§fn eq(&self, other: &DCTTransformType) -> bool
fn eq(&self, other: &DCTTransformType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.