#[repr(C)]pub struct GridLayoutData {
pub size: Coord,
pub spacing: Coord,
pub padding: Padding,
pub organized_data: GridLayoutOrganizedData,
}Expand description
The horizontal or vertical data for all cells of a GridLayout, used as input to solve_grid_layout()
Fields§
§size: Coord§spacing: Coord§padding: Padding§organized_data: GridLayoutOrganizedDataTrait Implementations§
Auto Trait Implementations§
impl Freeze for GridLayoutData
impl RefUnwindSafe for GridLayoutData
impl Send for GridLayoutData
impl Sync for GridLayoutData
impl Unpin for GridLayoutData
impl UnwindSafe for GridLayoutData
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