Struct pathfinder::Square[][src]

pub struct Square {}

Trait Implementations

impl Debug for Square
[src]

Formats the value using the given formatter. Read more

impl Clone for Square
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Shape for Square
[src]

Returns all coordinates that the shape occupies. Assume that you start at coordinate x: 0, y: 0.

Auto Trait Implementations

impl Send for Square

impl Sync for Square