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