pub type ScreenPoint = Point2D<isize, ScreenPixelUnit>;

Aliased Type§

struct ScreenPoint {
    pub x: isize,
    pub y: isize,
    /* private fields */
}

Fields§

§x: isize§y: isize