Struct basic_dsp_vector::RealData[][src]

pub struct RealData;

Marker for types containing real data.

Trait Implementations

impl Debug for RealData
[src]

Formats the value using the given formatter. Read more

impl Clone for RealData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl PosEq<RealData> for RealData
[src]

impl PosEq<RealOrComplexData> for RealData
[src]

impl PosEq<RealData> for RealOrComplexData
[src]

Auto Trait Implementations

impl Send for RealData

impl Sync for RealData