Struct basic_dsp_vector::RealData [] [src]

pub struct RealData;

Marker for types containing real data.

Trait Implementations

impl Debug for RealData
[src]

[src]

Formats the value using the given formatter.

impl Clone for RealData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl PosEq<RealData> for RealData
[src]

impl PosEq<RealOrComplexData> for RealData
[src]