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