Type Alias webrender_api::units::RasterIntPoint
source · pub type RasterIntPoint = Point2D<i32, RasterPixel>;
Aliased Type§
struct RasterIntPoint {
pub x: i32,
pub y: i32,
}
Fields§
§x: i32
§y: i32
pub type RasterIntPoint = Point2D<i32, RasterPixel>;
struct RasterIntPoint {
pub x: i32,
pub y: i32,
}
x: i32
§y: i32