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