Enum ffmpeg_sys::RDFTransformType [] [src]

pub enum RDFTransformType {
    DFT_R2C,
    IDFT_C2R,
    IDFT_R2C,
    DFT_C2R,
}

Variants

DFT_R2CIDFT_C2RIDFT_R2CDFT_C2R

Trait Implementations

impl Debug for RDFTransformType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for RDFTransformType
[src]

fn clone(&self) -> RDFTransformType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for RDFTransformType
[src]

impl PartialEq for RDFTransformType
[src]

fn eq(&self, __arg_0: &RDFTransformType) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Eq for RDFTransformType
[src]