Struct basic_dsp_vector::ComplexData[][src]

pub struct ComplexData;

Marker for types containing complex data.

Trait Implementations

impl Debug for ComplexData
[src]

Formats the value using the given formatter. Read more

impl Clone for ComplexData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ComplexData
[src]

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

This method tests for !=.

impl NumberSpace for ComplexData
[src]

For implementations which track meta data at runtime this method may be implemented to transition between different states. For all other implementations they may leave this empty. Read more

See to_complex for more details.

impl ComplexNumberSpace for ComplexData
[src]

impl PosEq<ComplexData> for RealOrComplexData
[src]

impl PosEq<ComplexData> for ComplexData
[src]

impl PosEq<RealOrComplexData> for ComplexData
[src]

Auto Trait Implementations

impl Send for ComplexData

impl Sync for ComplexData