pub struct Axes(/* private fields */);
Expand description
Axes used in reduce and permute operations. Just Box<usize>.
Implementations§
Trait Implementations§
Source§impl<'a> IntoIterator for &'a Axes
impl<'a> IntoIterator for &'a Axes
Source§impl Ord for Axes
impl Ord for Axes
Source§impl PartialOrd for Axes
impl PartialOrd for Axes
impl Eq for Axes
impl StructuralPartialEq for Axes
Auto Trait Implementations§
impl Freeze for Axes
impl RefUnwindSafe for Axes
impl Send for Axes
impl Sync for Axes
impl Unpin for Axes
impl UnwindSafe for Axes
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