Enum basic_dsp::DataVectorDomain
[−]
[src]
pub enum DataVectorDomain {
Time,
Frequency,
}The domain of a data vector
Variants
TimeTime domain, the x-axis is in [s]
FrequencyFrequency 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) -> bool1.0.0
This method tests for !=.