Struct basic_dsp_vector::FrequencyData[][src]

pub struct FrequencyData;

Marker for types containing frequency data.

Trait Implementations

impl Debug for FrequencyData
[src]

Formats the value using the given formatter. Read more

impl Clone for FrequencyData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for FrequencyData
[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 FrequencyData
[src]

See to_complex for some details.

See to_complex for some details.

impl FrequencyDomain for FrequencyData
[src]

impl PosEq<FrequencyData> for TimeOrFrequencyData
[src]

impl PosEq<FrequencyData> for FrequencyData
[src]

impl PosEq<TimeOrFrequencyData> for FrequencyData
[src]

Auto Trait Implementations