Struct ndarray::ViewRepr [] [src]

pub struct ViewRepr<A> { /* fields omitted */ }

Array view’s representation.

Trait Implementations

impl<'a, A> Data for ViewRepr<&'a A>
[src]

The array element type.

impl<'a, A> DataClone for ViewRepr<&'a A>
[src]

impl<'a, A> Data for ViewRepr<&'a mut A>
[src]

The array element type.

impl<'a, A> DataMut for ViewRepr<&'a mut A>
[src]

impl<'a, A> DataShared for ViewRepr<&'a A>
[src]

impl<A: Copy> Copy for ViewRepr<A>
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more