Trait ndarray::RawDataMut [−][src]
Array representation trait.
For an array with writable elements.
Internal trait, see RawData
.
Implementors
impl<'a, A> RawDataMut for CowRepr<'a, A> where
A: Clone,
[src]
A: Clone,
fn try_ensure_unique<D>(array: &mut ArrayBase<Self, D>) where
Self: Sized,
D: Dimension,
[src]
Self: Sized,
D: Dimension,
fn try_is_unique(&mut self) -> Option<bool>
[src]
impl<'a, A> RawDataMut for ViewRepr<&'a mut A>
[src]
fn try_ensure_unique<D>(_: &mut ArrayBase<Self, D>) where
Self: Sized,
D: Dimension,
[src]
Self: Sized,
D: Dimension,
fn try_is_unique(&mut self) -> Option<bool>
[src]
impl<A> RawDataMut for OwnedArcRepr<A> where
A: Clone,
[src]
A: Clone,
fn try_ensure_unique<D>(self_: &mut ArrayBase<Self, D>) where
Self: Sized,
D: Dimension,
[src]
Self: Sized,
D: Dimension,
fn try_is_unique(&mut self) -> Option<bool>
[src]
impl<A> RawDataMut for OwnedRepr<A>
[src]
fn try_ensure_unique<D>(_: &mut ArrayBase<Self, D>) where
Self: Sized,
D: Dimension,
[src]
Self: Sized,
D: Dimension,
fn try_is_unique(&mut self) -> Option<bool>
[src]
impl<A> RawDataMut for RawViewRepr<*mut A>
[src]
fn try_ensure_unique<D>(_: &mut ArrayBase<Self, D>) where
Self: Sized,
D: Dimension,
[src]
Self: Sized,
D: Dimension,