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