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 is in [Hz].

Trait Implementations

impl Copy for DataDomain
[src]

impl Clone for DataDomain
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for DataDomain
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for DataDomain
[src]

[src]

Formats the value using the given formatter.