Struct ndarray::OwnedRcRepr [] [src]

pub struct OwnedRcRepr<A>(_);

RcArray's representation.

Trait Implementations

impl<A> Data for OwnedRcRepr<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 OwnedRcRepr<A> where A: Clone
[src]

impl<A> DataClone for OwnedRcRepr<A>
[src]

impl<A> DataShared for OwnedRcRepr<A>
[src]

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

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

Formats the value using the given formatter.

impl<A> Clone for OwnedRcRepr<A>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more