Struct kernel::graphics::point::Point
[−]
[src]
pub struct Point { pub x: isize, pub y: isize, }
A point
Fields
x | |
y |
pub struct Point { pub x: isize, pub y: isize, }
A point
x | |
y |
impl Point
impl Add for Point
impl Sub for Point
impl Clone for Point
fn clone(&self) -> Point
fn clone_from(&mut self, source: &Self)
impl Copy for Point