Struct pathfinder::Square [] [src]

pub struct Square {}

Trait Implementations

impl Debug for Square
[src]

[src]

Formats the value using the given formatter. Read more

impl Shape for Square
[src]

[src]

[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