Struct mon_artist::grid::Grid [] [src]

pub struct Grid {
    pub rows: Vec<Vec<Elem>>,
    pub width: u32,
    pub height: u32,
    pub attrs: Vec<(String, String)>,
}

Fields

Methods

impl Grid
[src]

impl Grid
[src]

impl Grid
[src]

impl Grid
[src]

impl Grid
[src]

impl Grid
[src]

impl Grid
[src]

Trait Implementations

impl PartialEq for Grid
[src]

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

This method tests for !=.

impl Eq for Grid
[src]

impl Clone for Grid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Grid
[src]

Formats the value using the given formatter.

impl Hash for Grid
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Index<Pt> for Grid
[src]

The returned type after indexing

The method for the indexing (container[index]) operation

impl FromStr for Grid
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more