Struct basic_dsp_vector::TimeOrFrequencyData
[−]
[src]
pub struct TimeOrFrequencyData {
pub domain_current: DataDomain,
}Marker for types containing time or frequency data.
Fields
domain_current: DataDomain
Trait Implementations
impl PartialEq for TimeOrFrequencyData[src]
fn eq(&self, __arg_0: &TimeOrFrequencyData) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TimeOrFrequencyData) -> bool
This method tests for !=.
impl Clone for TimeOrFrequencyData[src]
fn clone(&self) -> TimeOrFrequencyData
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 Debug for TimeOrFrequencyData[src]
impl Domain for TimeOrFrequencyData[src]
fn domain(&self) -> DataDomain
fn to_freq(&mut self)
See RealNumberSpace for some more details.
fn to_time(&mut self)
See RealNumberSpace for some more details.