Struct kernel::graphics::point::Point
[−]
[src]
pub struct Point {
pub x: isize,
pub y: isize,
}A point
Fields
x | |
y |
Methods
impl Point
fn new(x: isize, y: isize) -> Self
Create a new point