pub struct Indices {
pub row: usize,
pub column: usize,
}
Expand description
The row and column indices of a Matrix, indexed from zero
Fields§
§row: usize
§column: usize
Trait Implementations§
impl Copy for Indices
impl Eq for Indices
impl StructuralPartialEq for Indices
Auto Trait Implementations§
impl Freeze for Indices
impl RefUnwindSafe for Indices
impl Send for Indices
impl Sync for Indices
impl Unpin for Indices
impl UnwindSafe for Indices
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