#[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§
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 Freeze for GridLayoutCellData
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