[−][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][+]
impl<J> Index<J> for IxDynImpl where
[Ix]: Index<J>,
[src][+]
[Ix]: Index<J>,
impl<J> IndexMut<J> for IxDynImpl where
[Ix]: IndexMut<J>,
[src][+]
[Ix]: IndexMut<J>,
impl IntoDimension for IxDynImpl
[src][+]
impl<'a> IntoIterator for &'a IxDynImpl
[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,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,