Struct ignite::location::Point[][src]

pub struct Point { /* fields omitted */ }

Point: Define a point on a 2D canvas.

Methods

impl Point
[src]

Trait Implementations

impl Debug for Point
[src]

Formats the value using the given formatter. Read more

impl Clone for Point
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Point
[src]

Auto Trait Implementations

impl Send for Point

impl Sync for Point