Struct basic_dsp_vector::TimeData [−][src]
pub struct TimeData;
Marker for types containing time data.
Trait Implementations
impl Debug for TimeData[src]
impl Debug for TimeDatafn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for TimeData[src]
impl Clone for TimeDatafn clone(&self) -> TimeData[src]
fn clone(&self) -> TimeDataReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for TimeData[src]
impl PartialEq for TimeDatafn eq(&self, other: &TimeData) -> bool[src]
fn eq(&self, other: &TimeData) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Domain for TimeData[src]
impl Domain for TimeDatafn domain(&self) -> DataDomain[src]
fn domain(&self) -> DataDomainfn to_freq(&mut self)[src]
fn to_freq(&mut self)See to_complex for some details.
fn to_time(&mut self)[src]
fn to_time(&mut self)See to_complex for some details.
impl TimeDomain for TimeData[src]
impl TimeDomain for TimeDataimpl PosEq<TimeData> for TimeData[src]
impl PosEq<TimeData> for TimeDataimpl PosEq<TimeOrFrequencyData> for TimeData[src]
impl PosEq<TimeOrFrequencyData> for TimeDataimpl PosEq<TimeData> for TimeOrFrequencyData[src]
impl PosEq<TimeData> for TimeOrFrequencyData