Struct ndarray::OwnedRepr [] [src]

pub struct OwnedRepr<A>(_);

Array's representation.

Trait Implementations

impl<A> Data for OwnedRepr<A>
[src]

The array element type.

This trait is private to implement; this method exists to make it impossible to implement outside the crate. Read more

impl<A> DataMut for OwnedRepr<A>
[src]

impl<A> DataClone for OwnedRepr<A> where A: Clone
[src]

impl<A> DataOwned for OwnedRepr<A>
[src]

impl<A: Clone> Clone for OwnedRepr<A>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<A: Debug> Debug for OwnedRepr<A>
[src]

Formats the value using the given formatter.