Struct sdl2::rect::Point[src]
pub struct Point { pub x: i32, pub y: i32, }
A structure that defines a two dimensional point.
Fields
x | |
y |
pub struct Point { pub x: i32, pub y: i32, }
A structure that defines a two dimensional point.
x | |
y |
impl Point
impl Show for Point
impl Clone for Point
impl Eq for Point
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
(or str
), enum
,
trait
, typedef
(or
tdef
).