Enum papergrid::Entity [−][src]
Expand description
Entity a structure which represent a set of cells.
Variants
All cells on the grid.
Column(usize)All cells in a column on the grid.
Tuple Fields of Column
0: usizeRow(usize)All cells in a row on the grid.
Tuple Fields of Row
0: usizeA particular cell (row, column) on the grid.