Struct ndarray::OwnedArcRepr [] [src]

pub struct OwnedArcRepr<A>(_);

ArcArray's representation.

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

Trait Implementations

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

[src]

[src]

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

[src]

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

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

[src]

[src]

[src]

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

[src]

Formats the value using the given formatter. Read more

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<A> Send for OwnedArcRepr<A> where
    A: Send + Sync

impl<A> Sync for OwnedArcRepr<A> where
    A: Send + Sync