Enum basic_dsp::DataVectorDomain [] [src]

pub enum DataVectorDomain {
    Time,
    Frequency,
}

The domain of a data vector

Variants

Time

Time domain, the x-axis is in [s]

Frequency

Frequency domain, the x-axis in in [Hz]

Trait Implementations

impl Copy for DataVectorDomain
[src]

impl Clone for DataVectorDomain
[src]

fn clone(&self) -> DataVectorDomain

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 PartialEq for DataVectorDomain
[src]

fn eq(&self, __arg_0: &DataVectorDomain) -> 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 Debug for DataVectorDomain
[src]

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

Formats the value using the given formatter.