Enum czt::Operation []

pub enum Operation {
    Forward,
    Backward,
    Inverse,
}

A transformation operation.

Variants

Forward

The forward transform.

Backward

The backward transform.

Inverse

The inverse transform.

Trait Implementations

impl PartialEq<Operation> for Operation

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

impl Eq for Operation

impl Debug for Operation

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

impl Copy for Operation

impl Clone for Operation

fn clone(&self) -> Operation