pub struct Rows;Expand description
Row axis type, for the last dimension.
Trait Implementations§
Source§impl Axis for Rows
impl Axis for Rows
Source§type Init<S: Shape> = <<Const<0> as Axis>::Rest<<S as Shape>::Reverse> as Shape>::Reverse
type Init<S: Shape> = <<Const<0> as Axis>::Rest<<S as Shape>::Reverse> as Shape>::Reverse
Shape for the previous dimensions excluding the current dimension.
Source§type Rest<S: Shape> = <<Const<0> as Axis>::Init<<S as Shape>::Reverse> as Shape>::Reverse
type Rest<S: Shape> = <<Const<0> as Axis>::Init<<S as Shape>::Reverse> as Shape>::Reverse
Shape for the next dimensions excluding the current dimension.
Source§type Remove<S: Shape> = <<Const<0> as Axis>::Remove<<S as Shape>::Reverse> as Shape>::Reverse
type Remove<S: Shape> = <<Const<0> as Axis>::Remove<<S as Shape>::Reverse> as Shape>::Reverse
Remove the dimension from the shape.
Source§impl Ord for Rows
impl Ord for Rows
Source§impl PartialOrd for Rows
impl PartialOrd for Rows
impl Copy for Rows
impl Eq for Rows
impl StructuralPartialEq for Rows
Auto Trait Implementations§
impl Freeze for Rows
impl RefUnwindSafe for Rows
impl Send for Rows
impl Sync for Rows
impl Unpin for Rows
impl UnwindSafe for Rows
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