Type Alias etagere::Point

source ·
pub type Point = Point2D<i32>;

Aliased Type§

struct Point {
    pub x: i32,
    pub y: i32,
    /* private fields */
}

Fields§

§x: i32§y: i32