Struct i_slint_core::layout::GridLayoutData
source · [−]#[repr(C)]pub struct GridLayoutData<'a> {
pub size: f32,
pub spacing: f32,
pub padding: Padding,
pub cells: Slice<'a, GridLayoutCellData>,
}Fields
size: f32spacing: f32padding: Paddingcells: Slice<'a, GridLayoutCellData>Trait Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more