azul_webrender_api::units

Type Alias LayoutIntPoint

Source
pub type LayoutIntPoint = Point2D<i32, LayoutPixel>;

Aliased Type§

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

Fields§

§x: i32§y: i32