pub struct CovariantIndex;
Expand description
Type representing a covariant (lower) tensor index.
Trait Implementations§
Source§impl OtherIndex for CovariantIndex
impl OtherIndex for CovariantIndex
type Output = ContravariantIndex
Source§impl TensorIndex for CovariantIndex
impl TensorIndex for CovariantIndex
fn index_type() -> IndexType
Auto Trait Implementations§
impl Freeze for CovariantIndex
impl RefUnwindSafe for CovariantIndex
impl Send for CovariantIndex
impl Sync for CovariantIndex
impl Unpin for CovariantIndex
impl UnwindSafe for CovariantIndex
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