pub enum IdxLeqD4 {
IdxD0([usize; 0]),
IdxD1([usize; 1]),
IdxD2([usize; 2]),
IdxD3([usize; 3]),
IdxD4([usize; 4]),
}
Expand description
Indices that are less than or equal to dimension 4.
Variants§
IdxD0([usize; 0])
Index for dimension 0.
IdxD1([usize; 1])
Index for dimension 1.
IdxD2([usize; 2])
Index for dimension 2.
IdxD3([usize; 3])
Index for dimension 3.
IdxD4([usize; 4])
Index for dimension 4.
Trait Implementations§
impl StructuralPartialEq for IdxLeqD4
Auto Trait Implementations§
impl Freeze for IdxLeqD4
impl RefUnwindSafe for IdxLeqD4
impl Send for IdxLeqD4
impl Sync for IdxLeqD4
impl Unpin for IdxLeqD4
impl UnwindSafe for IdxLeqD4
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