[−][src]Struct ndarray::IxDynImpl
Dynamic dimension or index type.
Use IxDyn
directly. This type implements a dynamic number of
dimensions or indices. Short dimensions are stored inline and don't need
any dynamic memory allocation.
Trait Implementations
impl Clone for IxDynImpl
[src]
impl Debug for IxDynImpl
[src]
impl Default for IxDynImpl
[src]
impl Deref for IxDynImpl
[src]
impl DerefMut for IxDynImpl
[src]
impl Eq for IxDynImpl
[src]
impl<'a> From<&'a [usize]> for IxDynImpl
[src]
impl From<Vec<usize>> for IxDynImpl
[src]
impl Hash for IxDynImpl
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl<J> Index<J> for IxDynImpl where
[Ix]: Index<J>,
[src]
[Ix]: Index<J>,
type Output = <[Ix] as Index<J>>::Output
The returned type after indexing.
fn index(&self, index: J) -> &Self::Output
[src]
impl<J> IndexMut<J> for IxDynImpl where
[Ix]: IndexMut<J>,
[src]
[Ix]: IndexMut<J>,
impl IntoDimension for IxDynImpl
[src]
type Dim = IxDyn
fn into_dimension(self) -> Self::Dim
[src]
impl<'a> IntoIterator for &'a IxDynImpl
[src]
type Item = &'a Ix
The type of the elements being iterated over.
type IntoIter = <&'a [Ix] as IntoIterator>::IntoIter
Which kind of iterator are we turning this into?
fn into_iter(self) -> Self::IntoIter
[src]
impl PartialEq<IxDynImpl> for IxDynImpl
[src]
impl StructuralEq for IxDynImpl
[src]
impl StructuralPartialEq for IxDynImpl
[src]
Auto Trait Implementations
impl RefUnwindSafe for IxDynImpl
impl Send for IxDynImpl
impl Sync for IxDynImpl
impl Unpin for IxDynImpl
impl UnwindSafe for IxDynImpl
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Pointable for T
[src]
const ALIGN: usize
[src]
type Init = T
The type for initializers.
unsafe fn init(init: <T as Pointable>::Init) -> usize
[src]
unsafe fn deref<'a>(ptr: usize) -> &'a T
[src]
unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
[src]
unsafe fn drop(ptr: usize)
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,