Struct com_croftsoft_core::math::matrix::structures::Indices
source · [−]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 StructuralEq for Indices
impl StructuralPartialEq for Indices
Auto Trait Implementations
impl RefUnwindSafe for Indices
impl Send for Indices
impl Sync for Indices
impl Unpin for Indices
impl UnwindSafe for Indices
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more