Struct ironcalc_base::model::CellIndex
source · pub struct CellIndex {
pub index: u32,
pub row: i32,
pub column: i32,
}Fields§
§index: u32§row: i32§column: i32Auto Trait Implementations§
impl RefUnwindSafe for CellIndex
impl Send for CellIndex
impl Sync for CellIndex
impl Unpin for CellIndex
impl UnwindSafe for CellIndex
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