pub struct LayoutGrid { /* private fields */ }Expand description
Grid layout - arranges groups in a fixed grid pattern.
Groups are arranged in a grid with the specified number of rows and columns. If there are more groups than cells, extra groups are not displayed.
Implementations§
Trait Implementations§
Source§impl Clone for LayoutGrid
impl Clone for LayoutGrid
Source§fn clone(&self) -> LayoutGrid
fn clone(&self) -> LayoutGrid
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LayoutGrid
impl Debug for LayoutGrid
Source§impl Default for LayoutGrid
impl Default for LayoutGrid
Auto Trait Implementations§
impl Freeze for LayoutGrid
impl RefUnwindSafe for LayoutGrid
impl Send for LayoutGrid
impl Sync for LayoutGrid
impl Unpin for LayoutGrid
impl UnwindSafe for LayoutGrid
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