Struct i_slint_core::layout::GridLayoutCellData
source · #[repr(C)]pub struct GridLayoutCellData {
pub col_or_row: u16,
pub span: u16,
pub constraint: LayoutInfo,
}Fields§
§col_or_row: u16col, or row.
span: u16colspan or rowspan
constraint: LayoutInfoTrait Implementations§
source§impl Debug for GridLayoutCellData
impl Debug for GridLayoutCellData
source§impl Default for GridLayoutCellData
impl Default for GridLayoutCellData
source§fn default() -> GridLayoutCellData
fn default() -> GridLayoutCellData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GridLayoutCellData
impl Send for GridLayoutCellData
impl Sync for GridLayoutCellData
impl Unpin for GridLayoutCellData
impl UnwindSafe for GridLayoutCellData
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