Enum sirpent::state::grids::HexagonDirection [] [src]

pub enum HexagonDirection {
    North,
    NorthEast,
    SouthEast,
    South,
    SouthWest,
    NorthWest,
}

Variants

Trait Implementations

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

impl Clone for HexagonDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HexagonDirection
[src]

impl Hash for HexagonDirection
[src]

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

Feeds a slice of this type into the state provided.

impl Debug for HexagonDirection
[src]

Formats the value using the given formatter.

impl DirectionTrait for HexagonDirection
[src]