Struct ndarray::OwnedRepr [] [src]

pub struct OwnedRepr<A>(_);

Array's representation.

Don’t use this type directly—use the type alias Array for the array type!

Trait Implementations

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

The array element type.

[src]

[src]

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]

[src]

[src]

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

[src]

[src]

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.