pub enum LayoutOp {
Cell(CellProperties),
Row,
}
Variants§
Cell(CellProperties)
Inserts a cell in the resulting layout.
Row
Inserts a row break in the resulting layout.
Auto Trait Implementations§
impl Freeze for LayoutOp
impl !RefUnwindSafe for LayoutOp
impl !Send for LayoutOp
impl !Sync for LayoutOp
impl Unpin for LayoutOp
impl !UnwindSafe for LayoutOp
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