Struct term_grid::GridOptions [] [src]

pub struct GridOptions {
    pub direction: Direction,
    pub filling: Filling,
}

The user-assignable options for a grid view that should be passed into Grid::new().

Fields

Direction that the cells should be written in - either across, or downwards.

Number of spaces to put in between each column of cells.

Trait Implementations

impl PartialEq for GridOptions
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for GridOptions
[src]

Formats the value using the given formatter.