pub struct Ix1 { /* private fields */ }Expand description
A fixed-rank dimension with 1 axes.
Implementations§
Trait Implementations§
Source§impl Dimension for Ix1
impl Dimension for Ix1
Source§fn as_slice_mut(&mut self) -> &mut [usize]
fn as_slice_mut(&mut self) -> &mut [usize]
Return the shape as a mutable slice.
impl Eq for Ix1
impl StructuralPartialEq for Ix1
Auto Trait Implementations§
impl Freeze for Ix1
impl RefUnwindSafe for Ix1
impl Send for Ix1
impl Sync for Ix1
impl Unpin for Ix1
impl UnsafeUnpin for Ix1
impl UnwindSafe for Ix1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more