Enum zero_sum::impls::tak::Direction
[−]
[src]
pub enum Direction { North, East, South, West, }
The slidable directions.
Variants
North
East
South
West
Methods
impl Direction
[src]
Trait Implementations
impl Copy for Direction
[src]
impl Clone for Direction
[src]
fn clone(&self) -> Direction
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more