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