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]

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

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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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