Struct sixtyfps_corelib::layout::GridLayoutCellData [−][src]
#[repr(C)]pub struct GridLayoutCellData { pub col_or_row: u16, pub span: u16, pub constraint: LayoutInfo, }
Fields
col_or_row: u16
col, or row.
span: u16
colspan or rowspan
constraint: LayoutInfo
Trait Implementations
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