pub struct CellRefFlags {
pub row_abs: bool,
pub col_abs: bool,
}Fields§
§row_abs: bool§col_abs: boolTrait Implementations§
Source§impl Clone for CellRefFlags
impl Clone for CellRefFlags
Source§fn clone(&self) -> CellRefFlags
fn clone(&self) -> CellRefFlags
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 CellRefFlags
impl Debug for CellRefFlags
Source§impl PartialEq for CellRefFlags
impl PartialEq for CellRefFlags
impl Copy for CellRefFlags
impl Eq for CellRefFlags
impl StructuralPartialEq for CellRefFlags
Auto Trait Implementations§
impl Freeze for CellRefFlags
impl RefUnwindSafe for CellRefFlags
impl Send for CellRefFlags
impl Sync for CellRefFlags
impl Unpin for CellRefFlags
impl UnsafeUnpin for CellRefFlags
impl UnwindSafe for CellRefFlags
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