pub struct Ix6 { /* private fields */ }Expand description
A fixed-rank dimension with 6 axes.
Implementations§
Trait Implementations§
Source§impl Dimension for Ix6
impl Dimension for Ix6
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 Ix6
impl StructuralPartialEq for Ix6
Auto Trait Implementations§
impl Freeze for Ix6
impl RefUnwindSafe for Ix6
impl Send for Ix6
impl Sync for Ix6
impl Unpin for Ix6
impl UnsafeUnpin for Ix6
impl UnwindSafe for Ix6
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