Struct sirpent::state::grids::SquareVector [] [src]

pub struct SquareVector {
    pub x: isize,
    pub y: isize,
}

Fields

Trait Implementations

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

impl Clone for SquareVector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SquareVector
[src]

impl Hash for SquareVector
[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 SquareVector
[src]

Formats the value using the given formatter.

impl VectorTrait for SquareVector
[src]