Struct sta::point::Point [] [src]

pub struct Point {
    pub x: i32,
    pub y: i32,
}

Fields

Methods

impl Point
[src]

[src]

Trait Implementations

impl Debug for Point
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Point
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Point
[src]

Auto Trait Implementations

impl Send for Point

impl Sync for Point