Enum basic_dsp_vector::DataDomain [] [src]

pub enum DataDomain {
    Time,
    Frequency,
}

The domain of a data vector

Variants

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

Frequency domain, the x-axis in [Hz]

Trait Implementations

impl Copy for DataDomain
[src]

impl Clone for DataDomain
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DataDomain
[src]

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

This method tests for !=.

impl Debug for DataDomain
[src]

Formats the value using the given formatter.