pub struct GridPt {
pub row: usize,
pub col: usize,
}
Fields§
§row: usize
§col: usize
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GridPt
impl RefUnwindSafe for GridPt
impl Send for GridPt
impl Sync for GridPt
impl Unpin for GridPt
impl UnwindSafe for GridPt
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