Enum ffmpeg_sys_next::DCTTransformType
source · [−]#[repr(u32)]
pub enum DCTTransformType {
DCT_II,
DCT_III,
DCT_I,
DST_I,
}Variants
DCT_II
DCT_III
DCT_I
DST_I
Trait Implementations
sourceimpl Clone for DCTTransformType
impl Clone for DCTTransformType
sourcefn clone(&self) -> DCTTransformType
fn clone(&self) -> DCTTransformType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DCTTransformType
impl Debug for DCTTransformType
sourceimpl Hash for DCTTransformType
impl Hash for DCTTransformType
sourceimpl PartialEq<DCTTransformType> for DCTTransformType
impl PartialEq<DCTTransformType> for DCTTransformType
impl Copy for DCTTransformType
impl Eq for DCTTransformType
impl StructuralEq for DCTTransformType
impl StructuralPartialEq for DCTTransformType
Auto Trait Implementations
impl RefUnwindSafe for DCTTransformType
impl Send for DCTTransformType
impl Sync for DCTTransformType
impl Unpin for DCTTransformType
impl UnwindSafe for DCTTransformType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more