Struct font_rs::geom::Point[][src]

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

Fields

Methods

impl Point
[src]

Trait Implementations

impl Copy for Point
[src]

impl Clone for Point
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Point
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Point

impl Sync for Point