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