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