Struct basic_dsp_vector::ComplexData [] [src]

pub struct ComplexData;

Marker for types containing complex data.

Trait Implementations

impl Debug for ComplexData
[src]

[src]

Formats the value using the given formatter.

impl Clone for ComplexData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ComplexData
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl NumberSpace for ComplexData
[src]

[src]

[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

[src]

See to_complex for more details.

impl ComplexNumberSpace for ComplexData
[src]

impl PosEq<ComplexData> for ComplexData
[src]

impl PosEq<RealOrComplexData> for ComplexData
[src]