Struct onitama::location::Step [] [src]

pub struct Step {
    pub dx: i8,
    pub dy: i8,
}

Fields

Methods

impl Step
[src]

Trait Implementations

impl Debug for Step
[src]

Formats the value using the given formatter.

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

impl Hash for Step
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for Step
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Step
[src]