pub struct MatrixPoint(pub usize, pub usize);
Tuple Fields§
§0: usize
§1: usize
Implementations§
Trait Implementations§
Source§impl Clone for MatrixPoint
impl Clone for MatrixPoint
Source§fn clone(&self) -> MatrixPoint
fn clone(&self) -> MatrixPoint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MatrixPoint
impl Debug for MatrixPoint
Source§impl PartialEq for MatrixPoint
impl PartialEq for MatrixPoint
impl Copy for MatrixPoint
impl StructuralPartialEq for MatrixPoint
Auto Trait Implementations§
impl Freeze for MatrixPoint
impl RefUnwindSafe for MatrixPoint
impl Send for MatrixPoint
impl Sync for MatrixPoint
impl Unpin for MatrixPoint
impl UnwindSafe for MatrixPoint
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