Struct basic_dsp_vector::TimeData[][src]

pub struct TimeData;

Marker for types containing time data.

Trait Implementations

impl Debug for TimeData
[src]

Formats the value using the given formatter. Read more

impl Clone for TimeData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TimeData
[src]

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

This method tests for !=.

impl Domain for TimeData
[src]

See to_complex for some details.

See to_complex for some details.

impl TimeDomain for TimeData
[src]

impl PosEq<TimeData> for TimeData
[src]

impl PosEq<TimeOrFrequencyData> for TimeData
[src]

impl PosEq<TimeData> for TimeOrFrequencyData
[src]

Auto Trait Implementations

impl Send for TimeData

impl Sync for TimeData