Enum ha_ndarray::AxisBound
source · pub enum AxisBound {
At(usize),
In(usize, usize, usize),
Of(Vec<usize>),
}
Expand description
Bounds on an individual array axis
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AxisBound
impl Send for AxisBound
impl Sync for AxisBound
impl Unpin for AxisBound
impl UnwindSafe for AxisBound
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