Enum trellis::core::Row [] [src]

pub enum Row {
    R0,
    R1,
    R2,
    R3,
}

A row in the trellis grid. See the project readme for a scheme of the trellis orientation.

Variants

Trait Implementations

impl PartialEq for Row
[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 Row
[src]

Formats the value using the given formatter.

impl Copy for Row
[src]

impl Clone for Row
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more