#[repr(C)]pub struct GridLayoutData<'a> {
pub size: Coord,
pub spacing: Coord,
pub padding: Padding,
pub cells: Slice<'a, GridLayoutCellData>,
}
Fields§
§size: Coord
§spacing: Coord
§padding: Padding
§cells: Slice<'a, GridLayoutCellData>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for GridLayoutData<'a>
impl<'a> RefUnwindSafe for GridLayoutData<'a>
impl<'a> Send for GridLayoutData<'a>
impl<'a> Sync for GridLayoutData<'a>
impl<'a> Unpin for GridLayoutData<'a>
impl<'a> UnwindSafe for GridLayoutData<'a>
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