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 Debug for TimeOrFrequencyData[src]
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 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 Domain for TimeOrFrequencyData[src]
fn domain(&self) -> DataDomain
fn to_freq(&mut self)
See to_complex for some details.
fn to_time(&mut self)
See to_complex for some details.