pub struct GridLayoutInner { /* private fields */ }
Expand description
A layout that lays out widgets in a grid This is the inner data shared between the callback and the application
Auto Trait Implementations§
impl Freeze for GridLayoutInner
impl RefUnwindSafe for GridLayoutInner
impl !Send for GridLayoutInner
impl !Sync for GridLayoutInner
impl Unpin for GridLayoutInner
impl UnwindSafe for GridLayoutInner
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