Struct mon_artist::grid::DirVector [] [src]

pub struct DirVector(pub Pt, pub Direction);

Methods

impl DirVector
[src]

Trait Implementations

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

impl Copy for DirVector
[src]

impl Clone for DirVector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DirVector
[src]

Formats the value using the given formatter.