Struct basic_dsp_vector::TypeMetaData [] [src]

pub struct TypeMetaData<T, N, D> { /* fields omitted */ }

Holds meta data about a type.

Trait Implementations

impl<T, N, D> MetaData for TypeMetaData<T, N, D> where
    T: RealNumber,
    N: NumberSpace,
    D: Domain
[src]

[src]

The domain in which the data vector resides. Basically specifies the x-axis and the type of operations which are valid on this vector. Read more

[src]

Indicates whether the vector contains complex data. This also specifies the type of operations which are valid on this vector. Read more

impl<T: Clone, N: Clone, D: Clone> Clone for TypeMetaData<T, N, D>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Copy, N: Copy, D: Copy> Copy for TypeMetaData<T, N, D>
[src]