Type Alias servo_geometry::DeviceIndependentIntPoint

source ·
pub type DeviceIndependentIntPoint = Point2D<i32, DeviceIndependentPixel>;

Aliased Type§

struct DeviceIndependentIntPoint {
    pub x: i32,
    pub y: i32,
}

Fields§

§x: i32§y: i32