Enum fftw_sys::fftw_r2r_kind[][src]

#[repr(u32)]
pub enum fftw_r2r_kind { FFTW_R2HC, FFTW_HC2R, FFTW_DHT, FFTW_REDFT00, FFTW_REDFT01, FFTW_REDFT10, FFTW_REDFT11, FFTW_RODFT00, FFTW_RODFT01, FFTW_RODFT10, FFTW_RODFT11, }

Variants

Trait Implementations

impl Debug for fftw_r2r_kind
[src]

Formats the value using the given formatter. Read more

impl Copy for fftw_r2r_kind
[src]

impl Clone for fftw_r2r_kind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for fftw_r2r_kind
[src]

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

This method tests for !=.

impl Eq for fftw_r2r_kind
[src]

impl Hash for fftw_r2r_kind
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations