pub struct NewAxis;
Expand description
Token to represent a new axis in a slice description.
See also the s![]
macro.
Trait Implementations§
source§impl From<NewAxis> for SliceInfoElem
impl From<NewAxis> for SliceInfoElem
source§fn from(_: NewAxis) -> SliceInfoElem
fn from(_: NewAxis) -> SliceInfoElem
Converts to this type from the input type.
impl Copy for NewAxis
Auto Trait Implementations§
impl RefUnwindSafe for NewAxis
impl Send for NewAxis
impl Sync for NewAxis
impl Unpin for NewAxis
impl UnwindSafe for NewAxis
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