Struct ndarray::OwnedRcRepr [] [src]

pub struct OwnedRcRepr<A>(_);

RcArray's representation.

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

Trait Implementations

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

[src]

[src]

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

[src]

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

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

[src]

[src]

[src]

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

[src]

Formats the value using the given formatter.

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more