pub struct CellRef {
pub col: u32,
pub row: u32,
}Expand description
A cell reference in the form of column and row index
Fields§
§col: u32§row: u32Trait Implementations§
impl Copy for CellRef
impl StructuralPartialEq for CellRef
Auto Trait Implementations§
impl Freeze for CellRef
impl RefUnwindSafe for CellRef
impl Send for CellRef
impl Sync for CellRef
impl Unpin for CellRef
impl UnwindSafe for CellRef
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