Struct harmony::Harmony [] [src]

pub struct Harmony<'a> {
    pub start: Coord,
    pub end: Coord,
    pub owner: &'a Player,
}

Fields

Methods

impl<'a> Harmony<'a>
[src]

Trait Implementations

impl<'a> Copy for Harmony<'a>
[src]

impl<'a> Clone for Harmony<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Harmony<'a>
[src]

Formats the value using the given formatter.

impl<'a> Eq for Harmony<'a>
[src]

impl<'a> Hash for Harmony<'a>
[src]

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

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

impl<'a> PartialEq for Harmony<'a>
[src]

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

This method tests for !=.